Skip to content

Commit

Permalink
Bump goreleaser now we're on 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Oct 20, 2024
1 parent 0d38e9a commit b62fd84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ BINDIR = $(PREFIX)/bin
INSTALL := install -m 0755

GO ?= go
# goreleaser v2.3.0 requires go 1.23; PR #1950 is where we're doing that. For
# now, pin to v2.2.0
GORELEASER := $(GO) run github.com/goreleaser/goreleaser/[email protected]
GORELEASER := $(GO) run github.com/goreleaser/goreleaser/[email protected]
GOIMPORTS := $(GO) run golang.org/x/tools/cmd/goimports@latest
GOLINT := $(GO) run github.com/golangci/golangci-lint/cmd/[email protected]

Expand Down

0 comments on commit b62fd84

Please sign in to comment.