diff --git a/.github/workflows/cd.dist.yml b/.github/workflows/cd.dist.yml index 65b5618..3630e71 100644 --- a/.github/workflows/cd.dist.yml +++ b/.github/workflows/cd.dist.yml @@ -31,7 +31,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 check-latest: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bbe681..349d3e5 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 check-latest: true @@ -68,7 +68,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 diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index 33f8ad7..e6fdce0 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -31,7 +31,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 @@ -66,7 +66,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