There was an error while loading. Please reload this page.
1 parent 4b01642 commit 168e28bCopy full SHA for 168e28b
2 files changed
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: CI
2
3
env:
4
- GO_VERSION: "1.23"
+ GO_VERSION: "1.25"
5
6
on:
7
pull_request:
@@ -32,8 +32,8 @@ jobs:
32
with:
33
go-version: ${{ env.GO_VERSION }}
34
- name: Run golangci-lint
35
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
36
37
# 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
+ version: v2.4
39
args: --timeout=10m
.golangci.toml
@@ -1,4 +1,6 @@
-[linters]
+version = '2'
+
+[formatters]
enable = [
"goimports",
]
0 commit comments