Skip to content

Commit c446b69

Browse files
authored
Update tests to newest go versions
1 parent f3c6195 commit c446b69

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.10'
68+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.11'
6969
- run: |
70-
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.3'
70+
test '${{ steps.go-version-3.outputs.latest }}' == '1.21.4'
7171
- run: |
72-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.10","1.21.3"]'
72+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.11","1.21.4"]'

0 commit comments

Comments
 (0)