commit | e4414928563173ca3892c1d180e930471357544e | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Nov 09 03:05:59 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Nov 10 09:42:06 2022 -0500 |
tree | 5ed741cbf0fe1455dc02606b209abc53ae407a0f | |
parent | 0be54c6e44a00b85f6b383161751ba3ef98c43ff [diff] |
build(deps): bump actions/setup-go from 3.3.0 to 3.3.1 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dabcf8..ac3fa3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -95,7 +95,7 @@ # TODO(mnaser): Move this out to "cleanup" stage - name: Set up Go - uses: actions/setup-go@v3.3.0 + uses: actions/setup-go@v3.3.1 with: go-version-file: go.mod cache: true