Skip to content

Commit

Permalink
Bump project toolchain and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbaillie committed Jan 18, 2025
1 parent d6e7032 commit 8ecc835
Show file tree
Hide file tree
Showing 7 changed files with 549 additions and 476 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ linters:
- durationcheck # checks for two durations multiplied together
- errcheck # checking for unchecked errors, these unchecked errors can be critical bugs in some cases
- errname # checks that sentinel errors are prefixed with the Err and error types are suffixed with the Error
- execinquery # checks query string in Query function which reads your Go src files and warning it finds
- exhaustive # checks exhaustiveness of enum switch statements
- exportloopref # checks for pointers to enclosing loop variables
- forbidigo # forbids identifiers
- funlen # tool for detection of long functions
- gocognit # computes and checks the cognitive complexity of functions
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
gomod:
proxy: true

report_sizes: false

builds:
Expand Down
78 changes: 19 additions & 59 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ecc835

Please sign in to comment.