We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250160b commit 6527922Copy full SHA for 6527922
.github/workflows/go.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Test and Build
24
strategy:
25
matrix:
26
- go-version: [1.19.x]
+ go-version: [1.20.x]
27
os: [ubuntu-latest]
28
runs-on: ${{ matrix.os }}
29
go.mod
@@ -1,6 +1,6 @@
1
module github.com/databricks/databricks-sql-go
2
3
-go 1.19
+go 1.20
4
5
require (
6
github.com/apache/arrow/go/v12 v12.0.1
0 commit comments