diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec0c4cb..69d506f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,8 +66,8 @@ jobs: - run: | test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16' - run: | - test '${{ steps.go-version-3.outputs.minimal }}' == '1.23.8' + test '${{ steps.go-version-3.outputs.minimal }}' == '1.23.9' - run: | - test '${{ steps.go-version-3.outputs.latest }}' == '1.24.2' + test '${{ steps.go-version-3.outputs.latest }}' == '1.24.3' - run: | - test '${{ steps.go-version-3.outputs.matrix }}' == '["1.23.8","1.24.2"]' + test '${{ steps.go-version-3.outputs.matrix }}' == '["1.23.9","1.24.3"]'