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.
2 parents f3c6195 + c446b69 commit ffe6c99Copy full SHA for ffe6c99
.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