Skip to content

Commit 1c7a019

Browse files
oschwaldclaude
andcommitted
Use github backend for golangci-lint in mise
The default aqua backend's nested platform-specific directory structure was not being included in mise env PATH output on cache misses in CI, causing precious lint to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6260914 commit 1c7a019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
go = "latest"
33
hugo = "latest"
44
node = "latest"
5-
golangci-lint = "latest"
5+
"github:golangci/golangci-lint" = "latest"
66
"github:houseabsolute/precious" = "latest"
77
"npm:prettier" = "latest"
88

0 commit comments

Comments
 (0)