Skip to content

Commit 1828e18

Browse files
authored
Update Go version checks in test workflow
1 parent 7830a4d commit 1828e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- run: |
6969
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
7070
- run: |
71-
test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.6'
71+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.7'
7272
- run: |
73-
test '${{ steps.go-version-3.outputs.latest }}' == '1.25.0'
73+
test '${{ steps.go-version-3.outputs.latest }}' == '1.25.1'
7474
- run: |
75-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.6","1.25.0"]'
75+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.7","1.25.1"]'

0 commit comments

Comments
 (0)