Skip to content

Commit 04fa87e

Browse files
authored
Merge pull request #81 from nginxinc/dependabot/github_actions/actions/setup-go-5.2.0
chore(deps): bump actions/setup-go from 5.0.2 to 5.2.0
2 parents 7659373 + 73a7ac7 commit 04fa87e

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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
28+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2929
with:
3030
go-version: '1.22.4'
3131

0 commit comments

Comments
 (0)