Skip to content

Commit 4b70318

Browse files
Use 1.22 golang to run tests
1 parent 5058964 commit 4b70318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Go Version
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: '1.20'
20+
go-version: '1.22'
2121
- name: test
2222
env:
2323
LD_LIBRARY_PATH: ${{ github.workspace }}/libs

0 commit comments

Comments
 (0)