Skip to content

Commit a04dae5

Browse files
authored
Merge pull request #200 from nginx/dependabot/github_actions/actions/setup-go-6
chore(deps): bump actions/setup-go from 4 to 6
2 parents b2f17b3 + 87d392d commit a04dae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version: '1.24'
2121

.github/workflows/release-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "RELEASE_VERSION=${RELEASE_VERSION%-krew}" >> $GITHUB_ENV
2727

2828
- name: Set up Go
29-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
29+
uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4.2.1
3030
with:
3131
go-version: '1.24.3'
3232

0 commit comments

Comments
 (0)