Skip to content

Commit

Permalink
Update to Go 1.9.3
Browse files Browse the repository at this point in the history
Fixes #4328
  • Loading branch information
bep committed Jan 26, 2018
1 parent 6413559 commit a91aba1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/github.com/gohugoio
docker:
- image: bepsays/ci-goreleaser:0.34.2-6
- image: bepsays/ci-goreleaser:0.34.2-7

version: 2
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: go
sudo: required
dist: precise
go:
- 1.8.5
- 1.9.2
- 1.8.6
- 1.9.3
- tip
os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Expand Up @@ -36,4 +36,4 @@ parts:
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
after: [go]
go:
source-tag: go1.9.2
source-tag: go1.9.3

0 comments on commit a91aba1

Please sign in to comment.