diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1c182c7..15e8b53 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,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.2.0 with: { go-version: 1.20.x, cache-dependency-path: tools/go.sum, check-latest: true } - name: Run fast check and tests diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8284dd..1073aa2 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.2.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.2.0 with: go-version: '${{ matrix.go }}' check-latest: true diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 0de59e1..7019f64 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.2.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 33f8ad7..b82e74b 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.2.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.2.0 with: go-version: 1.21.x cache-dependency-path: tools/go.sum