From 01b0254f99af544aa5725e7049bafcdc8e8a9088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 19:26:02 +0000 Subject: [PATCH] ci: bump actions/setup-go from 2.1.3 to 3 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .changelog/287.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/287.internal.md diff --git a/.changelog/287.internal.md b/.changelog/287.internal.md new file mode 100644 index 00000000..0c0a2be5 --- /dev/null +++ b/.changelog/287.internal.md @@ -0,0 +1 @@ +ci: bump actions/setup-go from 2.1.3 to 3 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index f404d09c..808a7276 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -39,7 +39,7 @@ jobs: with: node-version: "12.x" - name: Set up Go 1.17 - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v3 with: go-version: "1.17.x" - name: Install gitlint diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index a21e42f1..dc7aeb73 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -24,7 +24,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Set up Go 1.17 - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v3 with: go-version: "1.17.x" - name: Cache Go dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2ad071e..d807b79d 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.17 - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v3 with: go-version: "1.17.x" - name: Install GoReleaser