Skip to content

Commit

Permalink
bump ci go version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinohara-rin authored Jun 30, 2024
1 parent 91f0e01 commit ae7b4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
CGO_ENABLED: 1
GO_VERSION: 1.21.8
GO_VERSION: 1.22
steps:
- name: fetch feat-mocks branch
run: |
Expand All @@ -28,4 +28,4 @@ jobs:
- name: test
run: |
cd arrow-adbc/go/adbc
go test -exec "env LD_LIBRARY_PATH=$(pwd)/pkg/libabdc_driver_mocks.so" -v ./driver/mocks/...
go test -exec "env LD_LIBRARY_PATH=$(pwd)/pkg/libabdc_driver_mocks.so" -v ./driver/mocks/...

0 comments on commit ae7b4f7

Please sign in to comment.