Skip to content

Commit

Permalink
chore: bump golangci-lint for go 1.24.x support
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <author@code.w.steimel.me.uk>
  • Loading branch information
westonsteimel committed Feb 12, 2025
1 parent 449aa14 commit 9f1bb57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
issues:
max-same-issues: 25
uniq-by-line: false

# TODO: enable this when we have coverage on docstring comments
# # The list of ids of default excludes to include or disable.
Expand Down Expand Up @@ -57,8 +58,7 @@ linters-settings:
gosec:
excludes:
- G115
output:
uniq-by-line: false

run:
timeout: 10m
tests: false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GLOW_CMD = $(TEMP_DIR)/glow

# Tool versions #################################
QUILL_VERSION = latest
GOLANG_CI_VERSION = v1.61.0
GOLANG_CI_VERSION = v1.64.2
GOBOUNCER_VERSION = v0.4.0
GORELEASER_VERSION = v2.3.2
GOSIMPORTS_VERSION = v0.3.8
Expand Down

0 comments on commit 9f1bb57

Please sign in to comment.