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 7ec198d commit acc5430Copy full SHA for acc5430
.github/workflows/test.yml
@@ -68,8 +68,8 @@ jobs:
68
- run: |
69
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
70
71
- test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.7'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.9'
72
73
- test '${{ steps.go-version-3.outputs.latest }}' == '1.25.1'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.25.3'
74
75
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.7","1.25.1"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.9","1.25.3"]'
0 commit comments