We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122a3a4 commit 7cd78f9Copy full SHA for 7cd78f9
2 files changed
.github/workflows/ci.yaml
@@ -49,8 +49,13 @@ jobs:
49
- uses: actions/setup-go@v6
50
with:
51
go-version-file: ./go.mod
52
+ - uses: jdx/mise-action@v4
53
+ with:
54
+ install_args: golangci-lint
55
- name: golangci-lint
56
uses: golangci/golangci-lint-action@v9
57
58
+ install-mode: "none"
59
60
test:
61
name: Test
mise.toml
@@ -8,6 +8,7 @@ kubectl = "1.35.3"
8
kustomize = "5.8.1"
9
helm = "4.1.3"
10
11
+golangci-lint = "2.12.0"
12
tbls = "1.93.0"
13
buf = "1.66.1"
14
"go:github.com/aarondl/sqlboiler/v4" = "4.19.7"
0 commit comments