Skip to content

Commit

Permalink
upgrade golang-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto committed Mar 13, 2021
1 parent 33c1a80 commit 18ad8b3
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
@@ -1,6 +1,6 @@
PACKAGES=$(shell go list ./... | grep -v '/simulation')
PACKAGE_NAME:=github.com/crypto-org-chain/chain-main
GOLANG_CROSS_VERSION = v1.15.3
GOLANG_CROSS_VERSION = v1.16.1


VERSION := $(shell echo $(shell git describe --tags 2>/dev/null ) | sed 's/^v//')
Expand Down

0 comments on commit 18ad8b3

Please sign in to comment.