commit | 3c7ce84404eb7e0ac9e52e8dec4bde7d17831698 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Mar 17 11:36:21 2023 +0000 |
committer | GitHub <noreply@github.com> | Fri Mar 17 11:36:21 2023 +0000 |
tree | db2d32efcd8f08b850cf38b1bfbae36d2f349742 | |
parent | 98b86088384ac2de04078e4a55950ecedb116b1b [diff] |
Bump actions/setup-go from 3.5.0 to 4.0.0 (#79) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/6edd4406fa81c3da01a34fa6f6343087c207a568...4d34df0c2316fe8122ab82dc22947d607c0c91f9) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d81567..38129d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -32,7 +32,7 @@ - name: Checkout uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # https://github.com/actions/checkout/releases/tag/v3.4.0 - name: Set up Go - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # https://github.com/actions/setup-go/releases/tag/v3.5.0 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # https://github.com/actions/setup-go/releases/tag/v4.0.0 with: go-version: ${{ matrix.go }} - name: Go mod download