Skip to content

Commit

Permalink
Bump go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rliebz committed Aug 4, 2024
1 parent dd5a98e commit db9e2e5
Show file tree
Hide file tree
Showing 4 changed files with 729 additions and 861 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.57.2
version: v1.59.1

release:
name: Release Dry Run
Expand Down
7 changes: 7 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ linters:
- usestdlibvars

linters-settings:
errcheck:
exclude-functions:
# We're only ever writing to stdout/stderr (outside of tests)
- fmt.Fprint
- fmt.Fprintf
- fmt.Fprintln

gocognit:
min-complexity: 10

Expand Down
Loading

0 comments on commit db9e2e5

Please sign in to comment.