Skip to content

Commit bfb513f

Browse files
Bump actions/setup-go from 3.5.0 to 4.0.0 (#205)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@6edd440...4d34df0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58a555e commit bfb513f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
26+
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
2727
with:
2828
go-version-file: 'go.mod'
2929
id: go
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
7575

7676
- name: Setup Go
77-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
77+
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
7878
with:
7979
go-version-file: 'go.mod'
8080
check-latest: true

0 commit comments

Comments
 (0)