ref: b43130115d9e3888d94df9e6f5fc72eba662632f
parent: 28501ceb93613729c5971105010dd3c22cfa0f7f
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Sep 3 20:54:41 EDT 2019
Update to Go 1.13 Fixes #6304
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- - image: bepsays/ci-goreleaser:1.12-7
+ - image: bepsays/ci-goreleaser:1.12-8
environment:
CGO_ENABLED: "0"
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@
git:
depth: false
go:
- - "1.11.13"
- "1.12.9"
+ - "1.13"
- tip
os:
- linux
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -26,7 +26,7 @@
hugo:
plugin: nil
- build-snaps: [go/1.12/stable]
+ build-snaps: [go/1.13/stable]
source: .
override-build: |
set -ex