Skip to content

Commit bdcee46

Browse files
Update actions/setup-go action to v6
1 parent 3635686 commit bdcee46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Go 1.25
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: "1.25"
2626
cache: true

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363

6464
- name: Install Go 🧑‍💻
65-
uses: actions/setup-go@v5
65+
uses: actions/setup-go@v6
6666
with:
6767
go-version: "1.25"
6868

@@ -117,7 +117,7 @@ jobs:
117117
fetch-depth: 0
118118

119119
- name: Install Go 🧑‍💻
120-
uses: actions/setup-go@v5
120+
uses: actions/setup-go@v6
121121
with:
122122
go-version: "1.25"
123123

plugin/.template/project/{{ plugin_name }}/.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go 1.25
20-
uses: actions/setup-go@v3
20+
uses: actions/setup-go@v6
2121
with:
2222
go-version: "1.25"
2323
cache: true

0 commit comments

Comments
 (0)