Skip to content

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Apr 2, 2020
1 parent ff06c35 commit a050bc4
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
version: 2
version: 2.1
orbs:
golangci-lint: timakin/golangci-lint@volatile
go: circleci/[email protected]
jobs:
build:
docker:
- image: circleci/golang:1.11
environment:
GO111MODULE: "on"
working_directory: /go/src/github.com/birdayz/kaf
executor:
name: go/default
tag: '1.14'
steps:
- checkout
- run: go mod verify
- run: make build
- go/load-cache
- go/mod-download
- go/save-cache
workflows:
build:
jobs:
- golangci-lint/lint
- build

0 comments on commit a050bc4

Please sign in to comment.