Skip to content

Commit 7cd78f9

Browse files
authored
add golangci-lint to mise (#1217)
1 parent 122a3a4 commit 7cd78f9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@ jobs:
4949
- uses: actions/setup-go@v6
5050
with:
5151
go-version-file: ./go.mod
52+
- uses: jdx/mise-action@v4
53+
with:
54+
install_args: golangci-lint
5255
- name: golangci-lint
5356
uses: golangci/golangci-lint-action@v9
57+
with:
58+
install-mode: "none"
5459

5560
test:
5661
name: Test

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ kubectl = "1.35.3"
88
kustomize = "5.8.1"
99
helm = "4.1.3"
1010

11+
golangci-lint = "2.12.0"
1112
tbls = "1.93.0"
1213
buf = "1.66.1"
1314
"go:github.com/aarondl/sqlboiler/v4" = "4.19.7"

0 commit comments

Comments
 (0)