Skip to content

Commit

Permalink
chore: update promu to v0.17 (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
burningalchemist authored Jun 11, 2024
1 parent 3ff0898 commit 8901d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif
GO := go
GOPATH ?= $(firstword $(subst :, ,$(shell $(GO) env GOPATH)))
PROMU := $(GOPATH)/bin/promu
PROMU_VERSION := v0.14.0
PROMU_VERSION := v0.17.0
pkgs = $(shell $(GO) list ./... | grep -v /vendor/)

PREFIX ?= $(shell pwd)
Expand Down

0 comments on commit 8901d1a

Please sign in to comment.