Skip to content

Commit aa9054c

Browse files
authored
Update tests to newest go releases
1 parent 7d53d7b commit aa9054c

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.8'
68+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.9'
6969
- run: |
70-
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.1'
70+
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.2'
7171
- run: |
72-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.8","1.21.1"]'
72+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.9","1.21.2"]'

0 commit comments

Comments
 (0)