Skip to content

Commit 40f07c5

Browse files
authored
Merge pull request #523 from nais/dependabot/github_actions/gha-222032bfaf
build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 in the gha group
2 parents 15de2fd + 1108d6b commit 40f07c5

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)