Skip to content

Commit e9d929d

Browse files
committed
github/workflows: bump to Go 1.22 and 1.23
1 parent bb9ee83 commit e9d929d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
strategy:
4141
matrix:
4242
go-version:
43-
- "1.21"
4443
- "1.22"
44+
- "1.23"
4545
os:
4646
- macos
4747
- ubuntu
@@ -66,7 +66,7 @@ jobs:
6666
- run: go mod download
6767

6868
- run: make staticcheck
69-
if: matrix.go-version == '1.21'
69+
if: matrix.go-version == '1.23'
7070

7171
- run: make gotest
7272
env:

0 commit comments

Comments
 (0)