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 6278002 commit 3bda3f5Copy full SHA for 3bda3f5
.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.9'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.10'
70
71
- test '${{ steps.go-version-3.outputs.latest }}' == '1.22.2'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.22.3'
72
73
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.9","1.22.2"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.10","1.22.3"]'
0 commit comments