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 7d53d7b + aa9054c commit a3b3588Copy full SHA for a3b3588
.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.8'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.20.9'
69
70
- test '${{ steps.go-version-3.outputs.latest }}' == '1.21.1'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.21.2'
71
72
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.8","1.21.1"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.20.9","1.21.2"]'
0 commit comments