From 5e6fdc98b021891da7828e567008eeb10540017c Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Sun, 14 Jul 2019 10:21:04 +1000 Subject: [PATCH] Update to Go 1.12.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e73a1a4..0501b04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: -- 1.12.6 +- 1.12.7 script: - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o authy-export-linux-amd64 -ldflags "-s -w" cmd/authy-export/authy-export.go - CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o authy-export-darwin-amd64 -ldflags "-s -w" cmd/authy-export/authy-export.go