Skip to content

Commit cd8b9bf

Browse files
Bump actions/setup-go from 4.0.0 to 4.0.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4d34df0...fac708d) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8334158 commit cd8b9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
9-
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
9+
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
1010
- run: make build

0 commit comments

Comments
 (0)