diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d9e46..ac82bcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.4.0 with: go-version: 1.21.x cache-dependency-path: tools/go.sum @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.4.0 with: { go-version: '${{ matrix.go }}', check-latest: true } - name: Set up environment run: make env deps diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 0de59e1..c70cfab 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.4.0 with: go-version: 1.21.x cache-dependency-path: tools/go.sum diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index 93c1680..f224ced 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.4.0 with: go-version: ${{ matrix.go }} check-latest: true @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.4.0 with: go-version: 1.21.x cache-dependency-path: tools/go.sum