Skip to content

Commit

Permalink
Update to Go 1.9.7 and Go 1.10.3
Browse files Browse the repository at this point in the history
for Travis CI, Docker and Snap
  • Loading branch information
anthonyfok committed Jun 14, 2018
1 parent 8531ec7 commit 23d5fc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dist: trusty
git:
depth: false
go:
- 1.9.5
- "1.10.1"
- 1.9.7
- "1.10.3"
- tip
os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Twitter: https://twitter.com/gohugoio
# Website: https://gohugo.io/

FROM golang:1.10.0-alpine3.7 AS build
FROM golang:1.10.3-alpine3.7 AS build

ENV CGO_ENABLED=0
ENV GOOS=linux
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ parts:
mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion
after: [go]
go:
source-tag: go1.10.1
source-tag: go1.10.3

0 comments on commit 23d5fc8

Please sign in to comment.