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 7d53d7b commit aa9054cCopy full SHA for aa9054c
.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