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 0d9cd8d commit 1fc950dCopy full SHA for 1fc950d
.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.23.6'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.23.7'
70
71
- test '${{ steps.go-version-3.outputs.latest }}' == '1.24.0'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.24.1'
72
73
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.23.6","1.24.0"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.23.7","1.24.1"]'
0 commit comments