Skip to content

Commit

Permalink
Merge pull request #634 from travis-ci/go1_14
Browse files Browse the repository at this point in the history
Update go 1.13.x -> 1.14.x
  • Loading branch information
DamianSzymanski authored Jun 1, 2020
2 parents 941d790 + bea8d5a commit bc42076
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parts:
go-packages:
- github.com/travis-ci/worker/cmd/travis-worker
go-importpath: github.com/travis-ci/worker
go-channel: 1.13/stable
go-channel: 1.14/stable
prime:
- bin/travis-worker
override-build: |-
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go

go: 1.13.x
go: 1.14.x

dist: xenial

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
include:
- stage: test
name: linux
go: 1.13.x
go: 1.14.x
script:
- make deps
- make lintall
Expand All @@ -58,7 +58,7 @@ jobs:
- travis-ci/worker/$TRAVIS_BRANCH
- stage: test
name: crossbuild
go: 1.13.x
go: 1.14.x
script:
- GO111MODULE=on make build/darwin/amd64/travis-worker
addons:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11 as builder
FROM golang:1.14 as builder
MAINTAINER Travis CI GmbH <[email protected]>

COPY . /go/src/github.com/travis-ci/worker
Expand Down

0 comments on commit bc42076

Please sign in to comment.