diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 08f70f82..2857f4c8 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -60,7 +60,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "${{ matrix.working-directory }}/go.work" check-latest: true diff --git a/.github/workflows/mod-tidy.yml b/.github/workflows/mod-tidy.yml index 510e7a18..b641c8de 100644 --- a/.github/workflows/mod-tidy.yml +++ b/.github/workflows/mod-tidy.yml @@ -58,7 +58,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "${{ matrix.working-directory }}/go.work" check-latest: true