Skip to content

Commit 88ea119

Browse files
authored
Merge pull request #45 from redhat-best-practices-for-k8s/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 440e27b + ddb33a9 commit 88ea119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-main.yaml

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@v5
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version: 1.25
2121

.github/workflows/preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version: 1.25
2424

0 commit comments

Comments
 (0)