Skip to content

Commit c69ae4c

Browse files
authoredMar 12, 2024··
ci: test golang 1.22 (#2113)
1 parent a30cee5 commit c69ae4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-go@v5
4545
with:
46-
go-version: '^1.21'
46+
go-version: '^1.22'
4747
check-latest: true
4848
cache: true
4949

@@ -66,6 +66,7 @@ jobs:
6666
- 19
6767
- 20
6868
- 21
69+
- 22
6970
name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x'
7071
runs-on: ${{ matrix.platform }}-latest
7172
steps:

0 commit comments

Comments
 (0)