Skip to content

Commit 1108d6b

Browse files
build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 in the gha group
Bumps the gha group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be69259 commit 1108d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Extract version of Go to use
3838
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
3939
- name: Set up Go
40-
uses: actions/setup-go@v5.3.0
40+
uses: actions/setup-go@v5.4.0
4141
with:
4242
go-version: ${{ env.GOVERSION }}
4343

@@ -69,7 +69,7 @@ jobs:
6969
- name: Extract version of Go to use
7070
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
7171
- name: Set up Go
72-
uses: actions/setup-go@v5.3.0
72+
uses: actions/setup-go@v5.4.0
7373
with:
7474
go-version: ${{ env.GOVERSION }}
7575

0 commit comments

Comments
 (0)