diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76c20ee..c6d873b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,8 @@ jobs: - name: Set up Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # ratchet:actions/setup-go@v4 with: - go-version: ">=1.20.5" + go-version: "1.20" + check-latest: true - name: Test Go run: | make test