We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7f908 commit a2bfdbaCopy full SHA for a2bfdba
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.25.10'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.25.11'
72
73
- test '${{ steps.go-version-3.outputs.latest }}' == '1.26.3'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.26.4'
74
75
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.25.10","1.26.3"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.25.11","1.26.4"]'
0 commit comments