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 e69bdc9 commit d1cf4f2Copy full SHA for d1cf4f2
.github/workflows/test.yml
@@ -66,8 +66,8 @@ jobs:
66
- run: |
67
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
68
69
- test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.11'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.12'
70
71
- test '${{ steps.go-version-3.outputs.latest }}' == '1.22.4'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.22.5'
72
73
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.11","1.22.4"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.12","1.22.5"]'
0 commit comments