diff --git a/.github/workflows/build-and-test-pkg.yaml b/.github/workflows/build-and-test-pkg.yaml index f7226788e..e59da8a1e 100644 --- a/.github/workflows/build-and-test-pkg.yaml +++ b/.github/workflows/build-and-test-pkg.yaml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: true - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: true - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true @@ -136,7 +136,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: true - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true @@ -247,7 +247,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: true - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5a20e4ae..998880510 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: # Since this repository is not meant to be used as a library, # we don't need to test the latest 2 major releases like Go does: https://go.dev/doc/devel/release#policy. @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true diff --git a/.github/workflows/release-homebrew.yaml b/.github/workflows/release-homebrew.yaml index 221075e42..02ba8f679 100644 --- a/.github/workflows/release-homebrew.yaml +++ b/.github/workflows/release-homebrew.yaml @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: true - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true @@ -182,7 +182,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: true - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true diff --git a/.github/workflows/upload-build-to-S3.yaml b/.github/workflows/upload-build-to-S3.yaml index 6bedddf2f..013d7b3d0 100644 --- a/.github/workflows/upload-build-to-S3.yaml +++ b/.github/workflows/upload-build-to-S3.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: true - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: true - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true