Skip to content

Commit bc24845

Browse files
authored
Merge pull request #323 from arnested/bump-versions-in-test
Bump versions in test
2 parents 20b485b + 74c122b commit bc24845

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
@@ -65,8 +65,8 @@ jobs:
6565
- run: |
6666
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
6767
- run: |
68-
test '${{ steps.go-version-3.outputs.minimal }}' == '1.19.6'
68+
test '${{ steps.go-version-3.outputs.minimal }}' == '1.19.7'
6969
- run: |
70-
test '${{ steps.go-version-3.outputs.latest }}' == '1.20.1'
70+
test '${{ steps.go-version-3.outputs.latest }}' == '1.20.2'
7171
- run: |
72-
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.6","1.20.1"]'
72+
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.19.7","1.20.2"]'

0 commit comments

Comments
 (0)