Skip to content

Commit a2bfdba

Browse files
authored
Update test.yml
1 parent ca7f908 commit a2bfdba

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.25.10'
71+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.25.11'
7272
- run: |
73-
test '${{ steps.go-version-3.outputs.latest }}' == '1.26.3'
73+
test '${{ steps.go-version-3.outputs.latest }}' == '1.26.4'
7474
- run: |
75-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.25.10","1.26.3"]'
75+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.25.11","1.26.4"]'

0 commit comments

Comments
 (0)