Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml2
-rw-r--r--.travis.yml2
-rw-r--r--snap/snapcraft.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 310faa418..e07f556e0 100644
--- 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"
diff --git a/.travis.yml b/.travis.yml
index 385137946..599c3d031 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@ env:
git:
depth: false
go:
- - "1.11.13"
- "1.12.9"
+ - "1.13"
- tip
os:
- linux
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 8f9d29ada..5917a5cb9 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -26,7 +26,7 @@ parts:
hugo:
plugin: nil
- build-snaps: [go/1.12/stable]
+ build-snaps: [go/1.13/stable]
source: .
override-build: |
set -ex