Skip to content

Commit 6527922

Browse files
committed
Updated go version
Signed-off-by: nithinkdb <[email protected]>
1 parent 250160b commit 6527922

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)