Skip to content

Commit b7b4ddb

Browse files
authored
Merge pull request #551 from arnested/arnested-patch-1
Update test.yml
2 parents 2065c15 + 07bb459 commit b7b4ddb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.11'
71+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.12'
7272
- run: |
73-
test '${{ steps.go-version-3.outputs.latest }}' == '1.25.5'
73+
test '${{ steps.go-version-3.outputs.latest }}' == '1.25.6'
7474
- run: |
75-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.11","1.25.5"]'
75+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.12","1.25.6"]'

0 commit comments

Comments
 (0)