diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 424b5dd199c..0a8fcb1a865 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} + check-latest: true - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index 04c1d29afd2..2f9c9e35a60 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -24,6 +24,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} + check-latest: true - name: Print Go version and environment id: vars diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7376b910421..018e8aa6a0f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.17 + check-latest: true - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68e231de9d0..f3146f7e9ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} + check-latest: true - name: Checkout code uses: actions/checkout@v3