Skip to content

Commit 8901d1a

Browse files
chore: update promu to v0.17 (burningalchemist#534)
1 parent 3ff0898 commit 8901d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif
2222
GO := go
2323
GOPATH ?= $(firstword $(subst :, ,$(shell $(GO) env GOPATH)))
2424
PROMU := $(GOPATH)/bin/promu
25-
PROMU_VERSION := v0.14.0
25+
PROMU_VERSION := v0.17.0
2626
pkgs = $(shell $(GO) list ./... | grep -v /vendor/)
2727

2828
PREFIX ?= $(shell pwd)

0 commit comments

Comments
 (0)