commit | 0f232b48da39dcef52abfeaf85c0707036e06e17 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Dec 02 03:10:15 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Dec 01 23:13:09 2022 -0500 |
tree | 5a4b5e63847c9d0181addd973c8f1faa8b289c86 | |
parent | 90afb1dd42ab5fa77b8decb31e46e3772b4f6465 [diff] |
build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 491a56b..a902ff1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -10,7 +10,7 @@ uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v3.3.1 + uses: actions/setup-go@v3.4.0 with: go-version-file: go.mod cache: true
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12dee69..95c77b6 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.1 + uses: actions/setup-go@v3.4.0 with: go-version-file: go.mod cache: true