Skip to content

Commit bb47882

Browse files
Update dependency go to 1.25
1 parent c95a21b commit bb47882

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-go@v5
1212
with:
13-
go-version: '1.20'
13+
go-version: '1.25'
1414
cache: false
1515

1616
- name: Get dependencies

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.20'
15+
go-version: '1.25'
1616
cache: false
1717

1818
- name: golangci-lint

0 commit comments

Comments
 (0)