Skip to content

Commit 343c9c4

Browse files
dependabot[bot]alexellis
authored andcommitted
Bump actions/setup-go from 3.5.0 to 4.0.0
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@v3.5.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acbcf65 commit 343c9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@master
2121
- name: Install Go
22-
uses: actions/setup-go@v3.5.0
22+
uses: actions/setup-go@v4.0.0
2323
with:
2424
go-version: 1.19.x
2525
- name: Set up QEMU

0 commit comments

Comments
 (0)