diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 4699b0d7..c998748a 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Set up Go - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: go.mod check-latest: true diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 50e19cf3..ecc8c8ae 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -13,7 +13,7 @@ jobs: name: Generate Jsonnet examples steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v5.0.2 + - uses: actions/setup-go@v5.1.0 with: go-version-file: go.mod - uses: zendesk/setup-jsonnet@v12 diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index d3da2b31..6e794f39 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -17,7 +17,7 @@ jobs: name: Go steps: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: 'go.mod' - run: mkdir -p ui/build && touch ui/build/empty diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2fc538ea..554cd789 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: 'go.mod' - name: Build UI diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 368f3c19..7a19e074 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Set up Go - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: go.mod check-latest: true