Skip to content

Commit

Permalink
fix: correct version of module path (v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
altJake committed Feb 4, 2021
1 parent f1cf1ed commit b786291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.PHONY: update-pkg-cache

VERSION := $(shell git describe --tags --abbrev=0)

update-pkg-cache:
GOPROXY=https://proxy.golang.org GO111MODULE=on \
go get github.com/talon-one/talon_go@$(git describe --tags --abbrev=0)
go get github.com/talon-one/talon_go/v2@$(VERSION)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/talon-one/talon_go
module github.com/talon-one/talon_go/v2

go 1.13

Expand Down

0 comments on commit b786291

Please sign in to comment.