Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vbouchaud committed Jun 17, 2021
1 parent aefe774 commit 26056e6
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PKG := bouchaud.org/${NAMESPACE}/${BIN}
GO ?= go
GOFMT ?= gofmt -s
GOFILES := $(shell find . -name "*.go" -type f)
GOVERSION := 1.13
GOVERSION := $(shell go version | sed -r 's/go version go(.+)\s.+/\1/')
PACKAGES ?= $(shell $(GO) list ./...)

# This version-strategy uses git tags to set the version string
Expand Down
Loading

0 comments on commit 26056e6

Please sign in to comment.