Skip to content

Commit 29d6622

Browse files
authored
Merge branch 'main' into dependabot/github_actions/golangci/golangci-lint-action-9
2 parents 84838c0 + f24fc66 commit 29d6622

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)