Skip to content

Commit f65f7c2

Browse files
committed
ci: test with go 1.22
1 parent fc051f7 commit f65f7c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.21
22+
go-version: 1.22
2323

2424
- name: Vendor
2525
run: go mod vendor

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/chaisql/chai
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/buger/jsonparser v1.1.1

0 commit comments

Comments
 (0)