Skip to content

Commit f24fc66

Browse files
authored
Merge pull request #14 from REChain-Network-Solutions/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 4 to 6
2 parents d93f724 + 1ced4a3 commit f24fc66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424

@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v6
4848

4949
- name: Set up Go
50-
uses: actions/setup-go@v4
50+
uses: actions/setup-go@v6
5151
with:
5252
go-version: ${{ env.GO_VERSION }}
5353

@@ -108,7 +108,7 @@ jobs:
108108
- uses: actions/checkout@v6
109109

110110
- name: Set up Go
111-
uses: actions/setup-go@v4
111+
uses: actions/setup-go@v6
112112
with:
113113
go-version: ${{ env.GO_VERSION }}
114114

.github/workflows/release.yml

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

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

0 commit comments

Comments
 (0)