1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Bump golang version to 1.11

This commit is contained in:
Mike Farah
2019-01-21 09:33:14 +11:00
parent 386a0ca3c3
commit 77c8f22a79
10 changed files with 30 additions and 35 deletions

View File

@@ -14,7 +14,6 @@ help:
@echo ' make build Build yq binary.'
@echo ' make install Install yq.'
@echo ' make xcompile Build cross-compiled binaries of yq.'
@echo ' make snap Build a snap package of yq.'
@echo ' make vendor Install dependencies using govendor.'
@echo ' make format Run code formatter.'
@echo ' make check Run static code analysis (lint).'
@@ -65,10 +64,6 @@ xcompile: check
@find build -type d -exec chmod 755 {} \; || :
@find build -type f -exec chmod 755 {} \; || :
.PHONY: snap
snap:
snapcraft
.PHONY: install
install: build
${DOCKRUN} go install