Skip to content

Commit

Permalink
[PECO-1116] Change version of GO being used in Github Action (databri…
Browse files Browse the repository at this point in the history
…cks#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)
  • Loading branch information
nithinkdb authored Sep 27, 2023
2 parents 250160b + 6527922 commit 86525e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Test and Build
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/databricks/databricks-sql-go

go 1.19
go 1.20

require (
github.com/apache/arrow/go/v12 v12.0.1
Expand Down

0 comments on commit 86525e6

Please sign in to comment.