Skip to content

Commit 279ca8d

Browse files
committed
Update GHA to go 1.25
1 parent e2670e1 commit 279ca8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: lint
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-go@v5
18+
- uses: actions/checkout@v5
19+
- uses: actions/setup-go@v6
2020
with:
21-
go-version: '1.21'
21+
go-version: '1.25'
2222
cache: false
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v6

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
os: [windows-latest, ubuntu-latest, macos-latest]
4141
size: ['64b', '32b']
42-
golang: ['1.21.10', '1.22.3']
42+
golang: ['1.25']
4343
exclude:
4444
- os: windows-latest
4545
size: '32b'
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Set up Go ${{ matrix.golang }}
56-
uses: actions/setup-go@v5
56+
uses: actions/setup-go@v6
5757
if: ${{ matrix.size == '64b' }}
5858
with:
5959
go-version: ${{ matrix.golang }}

0 commit comments

Comments
 (0)