diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0537d10..96f94a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,9 +36,9 @@ jobs: - run: | test '${{ steps.go-version-1.outputs.minimal }}' == '1.16' - run: | - test '${{ steps.go-version-1.outputs.latest }}' == '1.18' + test '${{ steps.go-version-1.outputs.latest }}' == '1.19' - run: | - test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18"]' + test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19"]' - uses: ./ id: go-version-2 with: @@ -49,11 +49,11 @@ jobs: - run: | test '${{ steps.go-version-2.outputs.go-mod-version }}' == '1.16' - run: | - test '${{ steps.go-version-2.outputs.minimal }}' == '1.17' + test '${{ steps.go-version-2.outputs.minimal }}' == '1.18' - run: | - test '${{ steps.go-version-2.outputs.latest }}' == '1.18' + test '${{ steps.go-version-2.outputs.latest }}' == '1.19' - run: | - test '${{ steps.go-version-2.outputs.matrix }}' == '["1.17","1.18"]' + test '${{ steps.go-version-2.outputs.matrix }}' == '["1.18","1.19"]' - uses: ./ id: go-version-3 with: @@ -65,8 +65,8 @@ jobs: - run: | test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16' - run: | - test '${{ steps.go-version-3.outputs.minimal }}' == '1.17.12' + test '${{ steps.go-version-3.outputs.minimal }}' == '1.18.5' - run: | - test '${{ steps.go-version-3.outputs.latest }}' == '1.18.4' + test '${{ steps.go-version-3.outputs.latest }}' == '1.19' - run: | - test '${{ steps.go-version-3.outputs.matrix }}' == '["1.17.12","1.18.4"]' + test '${{ steps.go-version-3.outputs.matrix }}' == '["1.18.5","1.19"]'