Skip to content

Commit d25db89

Browse files
Update dependency go to v1.25.2
1 parent 015797a commit d25db89

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.20.2'
20+
go-version: '1.25.2'
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v2.5.2
2323
with:
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v2
3131
- uses: actions/setup-go@v2
3232
with:
33-
go-version: '1.20.2'
33+
go-version: '1.25.2'
3434
- run: make test
3535
build:
3636
name: Build binaries
@@ -45,5 +45,5 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- uses: actions/setup-go@v2
4747
with:
48-
go-version: '1.20.2'
48+
go-version: '1.25.2'
4949
- run: make build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: 1.20.2
28+
go-version: 1.25.2
2929
#
3030
# Uncomment the following lines if you want to use macOS notarization
3131
# ---------------------------------------------------------------

0 commit comments

Comments
 (0)