Skip to content

Commit d99ffd2

Browse files
authored
Merge pull request #241 from bsv-blockchain/dependabot/github_actions/master/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 80a2f79 + 58f32c1 commit d99ffd2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 2
2323

2424
- name: Setup Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
modules: ${{ steps.set-modules.outputs.modules }}
2020
steps:
2121
- uses: actions/checkout@v5
22-
- uses: actions/setup-go@v5
22+
- uses: actions/setup-go@v6
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
2525
- id: set-modules
@@ -33,7 +33,7 @@ jobs:
3333
modules: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
3434
steps:
3535
- uses: actions/checkout@v5
36-
- uses: actions/setup-go@v5
36+
- uses: actions/setup-go@v6
3737
with:
3838
go-version: ${{ env.GO_VERSION }}
3939
- name: golangci-lint ${{ matrix.modules }}

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

28-
- uses: actions/setup-go@v5
28+
- uses: actions/setup-go@v6
2929
with:
3030
go-version: ${{ env.GO_VERSION }}
3131

0 commit comments

Comments
 (0)