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 885fb5f + b7b00d6 commit 00f166fCopy full SHA for 00f166f
.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.22.9'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.22.10'
70
71
- test '${{ steps.go-version-3.outputs.latest }}' == '1.23.3'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.23.4'
72
73
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.22.9","1.23.3"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.22.10","1.23.4"]'
0 commit comments