Skip to content

Commit 84dcc8f

Browse files
authored
Merge pull request #122 from nginxinc/dependabot/github_actions/actions/setup-go-5.4.0
chore(deps): bump actions/setup-go from 5.2.0 to 5.4.0
2 parents 3e0f1b9 + 72a555d commit 84dcc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
2626

2727
- name: Set up Go
28-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
28+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2929
with:
3030
go-version: '1.23.4'
3131

0 commit comments

Comments
 (0)