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 20b485b + 74c122b commit bc24845Copy full SHA for bc24845
.github/workflows/test.yml
@@ -65,8 +65,8 @@ jobs:
65
- run: |
66
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
67
68
- test '${{ steps.go-version-3.outputs.minimal }}' == '1.19.6'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.19.7'
69
70
- test '${{ steps.go-version-3.outputs.latest }}' == '1.20.1'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.20.2'
71
72
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.6","1.20.1"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.7","1.20.2"]'
0 commit comments