We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c6195 commit c446b69Copy full SHA for c446b69
.github/workflows/test.yml
@@ -65,8 +65,8 @@ jobs:
65
- run: |
66
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
67
68
- test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.10'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.11'
69
70
- test '${{ steps.go-version-3.outputs.latest }}' == '1.21.3'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.21.4'
71
72
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.10","1.21.3"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.11","1.21.4"]'
0 commit comments