commit | 863d80fb3025eb063c58257082fcd3b182748a5c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Aug 09 13:03:59 2023 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 09 13:03:59 2023 +0200 |
tree | c6f687abc9012db7a1d801a1a5c083d98b00cb87 | |
parent | a17c11b5a5c100918dc1d277f1bc1b65ade197c2 [diff] |
Bump actions/setup-go from 4.0.1 to 4.1.0 (#98) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/fac708d6674e30b6ba41289acaab6d4b75aa0753...93397bea11091df50f3d7e59dc26a7711a8bcfbe) --- 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> 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 9538ae5..605a311 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -43,7 +43,7 @@ - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # https://github.com/actions/checkout/releases/tag/v3.5.3 - name: Set up Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # https://github.com/actions/setup-go/releases/tag/v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # https://github.com/actions/setup-go/releases/tag/v4.1.0 with: go-version: ${{ matrix.go }} - name: Go mod download