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