Skip to content

Commit ce78ac9

Browse files
authored
chore: update test matrix for Go 1.21 (#1255)
Go 1.21 has just been released. Implicitly, Go 1.19 is now out of support.
1 parent 0ba1a35 commit ce78ac9

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
@@ -12,14 +12,14 @@ jobs:
1212
steps:
1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: '1.19'
15+
go-version: '1.20'
1616
- uses: actions/checkout@v3
1717
- run: go mod tidy && git diff --exit-code go.mod go.sum
1818
build:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
version: [ '1.19', '1.20' ]
22+
version: [ '1.20', '1.21' ]
2323
name: Go ${{ matrix.version }}
2424
steps:
2525
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)