Skip to content

Commit be67b81

Browse files
committed
test with go1.22
1 parent 3a92e06 commit be67b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.20"
16+
go-version: "1.22"
1717

1818
- name: Install depedencies
1919
run: go install honnef.co/go/tools/cmd/staticcheck@latest
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v5
5050
with:
51-
go-version: "1.20"
51+
go-version: "1.22"
5252

5353
- name: Test
5454
run: go test -timeout 30m -v -run "TestDatastoreSuite" .

0 commit comments

Comments
 (0)