1 parent 6972368 commit e390ae6Copy full SHA for e390ae6
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.12'
+ test '${{ steps.go-version-3.outputs.minimal }}' == '1.25.13'
72
73
- test '${{ steps.go-version-3.outputs.latest }}' == '1.26.5'
+ test '${{ steps.go-version-3.outputs.latest }}' == '1.26.6'
74
75
- test '${{ steps.go-version-3.outputs.matrix }}' == '["1.25.12","1.26.5"]'
+ test '${{ steps.go-version-3.outputs.matrix }}' == '["1.25.13","1.26.6"]'
0 commit comments