Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from sue445/feature/upgrade_golang
Browse files Browse the repository at this point in the history
Fixed weekly build
  • Loading branch information
sue445 committed Oct 12, 2018
2 parents dcdeb67 + 5fe6d8e commit 4e0946e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
35 changes: 26 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions wercker.yml
Expand Up @@ -3,7 +3,7 @@
# If you want Google's container you would reference google/golang
# Read more about containers on our dev center
# http://devcenter.wercker.com/docs/containers/index.html
box: golang:1.9
box: golang:1.11.1
# This is the build pipeline. Pipelines are the core of wercker
# Read more about pipelines on our dev center
# http://devcenter.wercker.com/docs/pipelines/index.html
Expand Down Expand Up @@ -64,10 +64,10 @@ build-lint:
- script:
name: go vet
code: |
go vet
go tool vet *.go
- script:
name: golint
code: |
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
golint -set_exit_status

0 comments on commit 4e0946e

Please sign in to comment.