Skip to content

Commit

Permalink
ci: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDorofeev committed Nov 7, 2021
1 parent 1d6c376 commit 8e1f4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.16
steps:
- checkout
- run: make test
lint:
docker:
- image: circleci/golang:1.15
- image: circleci/golang:1.16
steps:
- checkout
- run: make lint
Expand Down

0 comments on commit 8e1f4ef

Please sign in to comment.