1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Update Go version to 1.12.x, update XCode version to 10.1, update MacOS minimum supported version to 10.11.

Signed-off-by: Ulrich VACHON <ulrich.vachon@docker.com>
This commit is contained in:
Ulrich VACHON
2019-04-18 01:13:59 +02:00
parent 123ba1b7cd
commit df92c83808
4 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ VERSION := $(shell grep 'const Version' credentials/version.go | awk -F'"' '{ pr
all: test
deps:
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
clean:
rm -rf bin