Skip to content

Commit

Permalink
chore: update golangci-lint & gofump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Oct 28, 2024
1 parent 51d81e7 commit 39fcf93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
golangci_lint_cmd=golangci-lint
golangci_version=v1.57.2
golangci_version=v1.61.1
gofumpt_cmd=gofumpt
gofumpt_version=v0.6.0
gofumpt_version=v0.7.0

VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
COMMIT := $(shell git log -1 --format='%H')
Expand Down

0 comments on commit 39fcf93

Please sign in to comment.