Skip to content

Commit

Permalink
Use 1.22 golang to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Mar 28, 2024
1 parent 5058964 commit 4b70318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Go Version
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: test
env:
LD_LIBRARY_PATH: ${{ github.workspace }}/libs
Expand Down

0 comments on commit 4b70318

Please sign in to comment.