Skip to content

Commit d83d283

Browse files
chore(deps): bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- 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 7d0e9c0 commit d83d283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo ::set-output name=go::$(grep '^FROM go' .github/go/Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
1616
echo "Using Go version ${{ steps.versions.outputs.go }}"
1717
-
18-
uses: actions/setup-go@v3
18+
uses: actions/setup-go@v4
1919
with:
2020
go-version: ${{ steps.versions.outputs.go }}
2121
-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Using Go version ${{ steps.versions.outputs.go }}"
3636
-
3737
name: Set up Go
38-
uses: actions/setup-go@v3
38+
uses: actions/setup-go@v4
3939
with:
4040
go-version: ${{ steps.versions.outputs.go }}
4141
-

0 commit comments

Comments
 (0)