Skip to content

Commit

Permalink
chore: bump Go version range to 1.17-1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hughes committed Feb 25, 2022
1 parent 213d337 commit 7155f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -12,10 +12,10 @@ executors:
- image: golangci/golangci-lint:v1.43-alpine
golang-previous:
docker:
- image: golang:1.16
- image: golang:1.17
golang-latest:
docker:
- image: golang:1.17
- image: golang:1.18-rc

jobs:
lint-markdown:
Expand Down

0 comments on commit 7155f57

Please sign in to comment.