From aa608c2b7d11c1b9fe387c3f212520183f125cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:13:34 +0000 Subject: [PATCH] ci: bump actions/setup-go from 4 to 5 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .changelog/498.internal.md | 1 + .github/workflows/ci-lint.yml | 2 +- .github/workflows/ci-tests.yaml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .changelog/498.internal.md diff --git a/.changelog/498.internal.md b/.changelog/498.internal.md new file mode 100644 index 0000000..fdeabd7 --- /dev/null +++ b/.changelog/498.internal.md @@ -0,0 +1 @@ +ci: bump actions/setup-go from 4 to 5 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index ddf5d02..93e44b7 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -39,7 +39,7 @@ jobs: with: node-version: "18.x" - name: Set up Go 1.22 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: "1.22.x" - name: Install gitlint diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 14959dc..64dcca5 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -24,7 +24,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up Go 1.22 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: "1.22.x" - name: Cache Go dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60d042f..ce792eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - name: Set up Go 1.22 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: "1.22.x" - name: Install GoReleaser