Skip to content

Commit 86525e6

Browse files
authored
[PECO-1116] Change version of GO being used in Github Action (#169)
We need to change the version that we have in our Github action and bump the requirements in the go registry. (May also need to do major version change)
2 parents 250160b + 6527922 commit 86525e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Test and Build
2424
strategy:
2525
matrix:
26-
go-version: [1.19.x]
26+
go-version: [1.20.x]
2727
os: [ubuntu-latest]
2828
runs-on: ${{ matrix.os }}
2929

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/databricks/databricks-sql-go
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/apache/arrow/go/v12 v12.0.1

0 commit comments

Comments
 (0)