Skip to content

Commit 5069017

Browse files
authoredAug 8, 2023
chore: update test matrix for Go 1.21 (#689)
Go 1.21 has just been released. Implicitly, Go 1.19 is now out of support.
1 parent babe25f commit 5069017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
steps:
1010
- uses: actions/setup-go@v4
1111
with:
12-
go-version: '1.19'
12+
go-version: '1.20'
1313
- uses: actions/checkout@v3
1414
- run: go mod tidy && git diff --exit-code go.mod go.sum
1515
build:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
version: [ '1.19', '1.20' ]
19+
version: [ '1.20', '1.21' ]
2020
name: Go ${{ matrix.version }}
2121
steps:
2222
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)
Please sign in to comment.