File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - name : Check for DCO
1010 id : dco-check
11- uses : tisonkun/actions-dco@v1.1
11+ uses : tisonkun/actions-dco@f1024cd563550b5632e754df11b7d30b73be54a5
1212 - name : Comment about DCO status
1313 uses : actions/github-script@v6
1414 if : ${{ failure() }}
2222 [contributing guide](https://github.com/databricks/databricks-sql-go/blob/main/CONTRIBUTING.md) \
2323 every commit message must include a sign-off message. One or more of your commits is missing this message. \
2424 You can reword previous commit messages with an interactive rebase (\`git rebase -i main\`).`
25- })
25+ })
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
1818 - name : Set up Go Toolchain
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.20 .x'
21+ go-version : ' 1.21 .x'
2222 cache : false
2323
2424 - name : Lint
25- uses : golangci/golangci-lint-action@v4
25+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
2626 with :
2727 version : ' v1.51'
2828 build-and-test :
2929 name : Test and Build
3030 strategy :
3131 matrix :
32- go-version : [1.20 .x]
32+ go-version : [1.21 .x]
3333 os : [ubuntu-latest]
3434 runs-on : ${{ matrix.os }}
3535
Original file line number Diff line number Diff line change 11module github.com/databricks/databricks-sql-go
22
3- go 1.20
3+ go 1.21
44
55require (
66 github.com/apache/arrow/go/v12 v12.0.1
You can’t perform that action at this time.
0 commit comments