commit | 4115081eefc3dc435fdb5e63a5db2943a7e8ea93 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Mar 16 04:01:48 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Mar 21 20:00:33 2023 -0400 |
tree | bc8f16f89ace006165a196a69dfa9076e0595571 | |
parent | d0a04f01d3e363744b231cb0bbc382c580a21f13 [diff] |
build(deps): bump actions/setup-go from 3 to 4 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- 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>
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1208a04..1c9a068 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -57,7 +57,7 @@ # TODO(mnaser): Move this out to "cleanup" stage - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: go.mod cache: true