We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc051f7 commit f65f7c2Copy full SHA for f65f7c2
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: 1.21
+ go-version: 1.22
23
24
- name: Vendor
25
run: go mod vendor
go.mod
@@ -1,6 +1,6 @@
1
module github.com/chaisql/chai
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/buger/jsonparser v1.1.1
0 commit comments