2 parents 1436ac3 + 4131102 commit 0c8dbefCopy full SHA for 0c8dbef
2 files changed
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: ./.github/actions/build-ui
19
- uses: actions/setup-go@v7
20
with:
21
- go-version: '1.25'
+ go-version: '1.26'
22
- name: golangci-lint
23
uses: golangci/golangci-lint-action@v9
24
.golangci.yml
@@ -34,6 +34,9 @@ linters:
34
- linters:
35
- revive
36
text: "var-naming: avoid package names that conflict with Go standard library package names"
37
+ - linters:
38
+ - modernize
39
+ text: "newexpr:"
40
settings:
41
staticcheck:
42
checks:
0 commit comments