Skip to content

Commit 3ed5add

Browse files
authored
Update tests to newest go versions
1 parent a3b3588 commit 3ed5add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
- run: |
6666
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
6767
- run: |
68-
test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.9'
68+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.10'
6969
- run: |
70-
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.2'
70+
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.3'
7171
- run: |
72-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.9","1.21.2"]'
72+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.10","1.21.3"]'

0 commit comments

Comments
 (0)