Skip to content

Commit e238a1e

Browse files
authored
Merge pull request #87 from oasisprotocol/dependabot/github_actions/actions/setup-go-6
ci: bump actions/setup-go from 5 to 6
2 parents f954c99 + 86a6aea commit e238a1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: always() && github.actor != 'dependabot[bot]'
6464

6565
- name: Set up Go
66-
uses: actions/setup-go@v5
66+
uses: actions/setup-go@v6
6767
with:
6868
go-version: "1.25.x"
6969
# Always run this step so that all linting errors can be seen at once.

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v5
3838

3939
- name: Set up Go
40-
uses: actions/setup-go@v5
40+
uses: actions/setup-go@v6
4141
with:
4242
go-version: "1.25.x"
4343
cache: true
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v5
6969

7070
- name: Set up Go
71-
uses: actions/setup-go@v5
71+
uses: actions/setup-go@v6
7272
with:
7373
go-version: "1.25.x"
7474
cache: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: "1.25.x"
2525

0 commit comments

Comments
 (0)