Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
ci: upgrade ci's golang to 1.11 to prevent from lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 3, 2018
1 parent a12a493 commit 4aeece9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ version: 2
jobs:
build:
docker:
- image: suzukishunsuke/go-ci:0.3.0
- image: suzukishunsuke/go-ci:0.4.0
working_directory: /go/src/github.com/suzuki-shunsuke/go-graylog
steps:
- checkout
- run: npm i
- run: dep-dl
- run: bash script/commitlint-circleci.sh
- run: npm run lint
- run: gometalinter -j 2 ./...
- run: staticcheck ./... || echo "staticcheck failure is ignored"
- run: bash script/codecov-test.sh
- run: bash <(curl -s https://codecov.io/bash)
- run: TAG="$CIRCLE_TAG" bash script/release.sh
Expand Down

0 comments on commit 4aeece9

Please sign in to comment.