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.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 717710e03..be239718a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- - image: bepsays/ci-goreleaser:1.12
+ - image: bepsays/ci-goreleaser:1.12-1
environment:
CGO_ENABLED: "0"
diff --git a/.travis.yml b/.travis.yml
index be58090d2..447402dfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@ env:
git:
depth: false
go:
- - "1.11.5"
- - "1.12"
+ - "1.11.6"
+ - "1.12.1"
- tip
os:
- linux