diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d912dd..8b579d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,8 +68,8 @@ jobs: - run: | test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16' - run: | - test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.11' + test '${{ steps.go-version-3.outputs.minimal }}' == '1.24.12' - run: | - test '${{ steps.go-version-3.outputs.latest }}' == '1.25.5' + test '${{ steps.go-version-3.outputs.latest }}' == '1.25.6' - run: | - test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.11","1.25.5"]' + test '${{ steps.go-version-3.outputs.matrix }}' == '["1.24.12","1.25.6"]'