Skip to content

Commit 168e28b

Browse files
committed
update to Go v1.25 and golangci-lint v2.4.0
1 parent 4b01642 commit 168e28b

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22

33
env:
4-
GO_VERSION: "1.23"
4+
GO_VERSION: "1.25"
55

66
on:
77
pull_request:
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434
- name: Run golangci-lint
35-
uses: golangci/golangci-lint-action@v6
35+
uses: golangci/golangci-lint-action@v8
3636
with:
3737
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
38-
version: v1.63.4
38+
version: v2.4
3939
args: --timeout=10m

.golangci.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[linters]
1+
version = '2'
2+
3+
[formatters]
24
enable = [
35
"goimports",
46
]

0 commit comments

Comments
 (0)