Skip to content

Commit 8ecc835

Browse files
committed
Bump project toolchain and deps
1 parent d6e7032 commit 8ecc835

File tree

7 files changed

+549
-476
lines changed

7 files changed

+549
-476
lines changed

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ linters:
1616
- durationcheck # checks for two durations multiplied together
1717
- errcheck # checking for unchecked errors, these unchecked errors can be critical bugs in some cases
1818
- errname # checks that sentinel errors are prefixed with the Err and error types are suffixed with the Error
19-
- execinquery # checks query string in Query function which reads your Go src files and warning it finds
2019
- exhaustive # checks exhaustiveness of enum switch statements
21-
- exportloopref # checks for pointers to enclosing loop variables
2220
- forbidigo # forbids identifiers
2321
- funlen # tool for detection of long functions
2422
- gocognit # computes and checks the cognitive complexity of functions

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
gomod:
2-
proxy: true
3-
41
report_sizes: false
52

63
builds:

flake.lock

Lines changed: 19 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)