Skip to content

Commit 02c84e3

Browse files
committed
Remove Go 1.21 from test matrix (requires 1.22)
Change-Id: If5fbe80714c6706a4c13736d1252c1244dcd7d4d
1 parent 50f5e96 commit 02c84e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
# Since we have 1.21 in the go.mod file, but toolchain is go1.22.1
38-
go-version: [ '1.21', '1.22.1' ]
38+
go-version: [ '1.22.1' ]
3939
steps:
4040
- uses: actions/checkout@v6
4141
- name: Setup Go ${{ matrix.go-version }}

0 commit comments

Comments
 (0)