commit | 18a6ee6e25eb00e8c4155b6ebc6d386c66d5b48c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 19 03:38:55 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Oct 28 09:48:10 2022 -0400 |
tree | 72c32a57d82b86d68522c2a10164b825f6e52e76 | |
parent | a7e08869fbd964a91111cdcd67195f4bf06fe044 [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/integration.yml b/.github/workflows/integration.yml index 0df6a70..82ee996 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml
@@ -36,7 +36,7 @@ uses: actions/checkout@v3.1.0 - 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
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c83f70..491a56b 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.0 + uses: actions/setup-go@v3.3.1 with: go-version-file: go.mod cache: true