Skip to content

Commit

Permalink
chore: change golangci-lint config
Browse files Browse the repository at this point in the history
The github-actions format is deprecated
  • Loading branch information
stuartwdouglas authored and wesbillman committed Aug 19, 2024
1 parent 0963c30 commit c0513c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ require (
github.com/titanous/json5 v1.0.0
github.com/tliron/commonlog v0.2.18
github.com/tliron/glsp v0.2.2
github.com/tliron/kutil v0.3.26
github.com/tliron/kutil v0.3.25
github.com/tmc/langchaingo v0.1.12
github.com/zalando/go-keyring v0.2.5
go.opentelemetry.io/otel v1.28.0
Expand Down
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"golangci-lint",
"svu",
"lefthook", // Everything after 1.6.14 is broken
"github.com/tliron/kutil", // This requires go 1.23 to move to the next version
],
matchManagers: ["hermit"],
enabled: false,
Expand Down

0 comments on commit c0513c2

Please sign in to comment.