Skip to content

Commit

Permalink
Update to Go 1.12.2 and Go 1.11.7
Browse files Browse the repository at this point in the history
Fixes #5819
  • Loading branch information
bep committed Apr 7, 2019
1 parent f34e617 commit 3db4a1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- image: bepsays/ci-goreleaser:1.12-1
- image: bepsays/ci-goreleaser:1.12-2
environment:
CGO_ENABLED: "0"

Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: go
sudo: false
dist: trusty
dist: xenial
env:
global:
- HUGO_BUILD_TAGS="extended"
git:
depth: false
go:
- "1.11.6"
- "1.12.1"
- "1.11.7"
- "1.12.2"
- tip
os:
- linux
Expand Down

0 comments on commit 3db4a1c

Please sign in to comment.