Skip to content

Commit ae73541

Browse files
authored
Merge pull request #6900 from arduino/dependabot/github_actions/production/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 06e3a69 + a24dd59 commit ae73541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v5
3535

3636
- name: Install Go
37-
uses: actions/setup-go@v5
37+
uses: actions/setup-go@v6
3838
with:
3939
go-version: ${{ env.GO_VERSION }}
4040

0 commit comments

Comments
 (0)