mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
d7f47b780c
commit
230f2b8c4f
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
defaults: &defaults
|
||||
working_directory: /go/src/github.com/gohugoio
|
||||
docker:
|
||||
- image: bepsays/ci-goreleaser:0.34.2-10
|
||||
- image: bepsays/ci-goreleaser:0.34.2-11
|
||||
|
||||
version: 2
|
||||
jobs:
|
||||
|
|
|
@ -4,8 +4,8 @@ dist: trusty
|
|||
git:
|
||||
depth: false
|
||||
go:
|
||||
- 1.9.4
|
||||
- "1.10"
|
||||
- 1.9.5
|
||||
- "1.10.1"
|
||||
- tip
|
||||
os:
|
||||
- linux
|
||||
|
|
|
@ -43,4 +43,4 @@ parts:
|
|||
mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion
|
||||
after: [go]
|
||||
go:
|
||||
source-tag: go1.10
|
||||
source-tag: go1.10.1
|
||||
|
|
Loading…
Reference in a new issue