We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87ed13c + 50f0056 commit ac192ceCopy full SHA for ac192ce
1 file changed
.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.12'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.13'
72
73
- test '${{ steps.go-version-3.outputs.latest }}' == '1.25.6'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.25.7'
74
75
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.12","1.25.6"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.13","1.25.7"]'
0 commit comments