Skip to content

Commit aed5d75

Browse files
authored
Merge pull request #456 from linode/dependabot/github_actions/actions/setup-go-6
🌱 Bump actions/setup-go from 5 to 6
2 parents b6b6678 + 0acc810 commit aed5d75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v5
6565
with:
6666
fetch-depth: 0
67-
- uses: actions/setup-go@v5
67+
- uses: actions/setup-go@v6
6868
with:
6969
go-version-file: go.mod
7070
check-latest: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v5
6565
with:
6666
ref: ${{ github.event.pull_request.head.sha }}
67-
- uses: actions/setup-go@v5
67+
- uses: actions/setup-go@v6
6868
with:
6969
go-version-file: go.mod
7070
check-latest: true
@@ -99,7 +99,7 @@ jobs:
9999
ref: ${{ github.event.pull_request.head.sha }}
100100

101101
- name: Set up Go
102-
uses: actions/setup-go@v5
102+
uses: actions/setup-go@v6
103103
with:
104104
go-version-file: 'go.mod'
105105
check-latest: true

0 commit comments

Comments
 (0)