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 Mar 16, 2022
1 parent f43b0e5 commit 5a3e166
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.44-alpine
golang-previous:
docker:
- image: golang:1.16
- image: golang:1.17
golang-latest:
docker:
- image: golang:1.17
- image: golang:1.18

jobs:
lint-markdown:
Expand Down

0 comments on commit 5a3e166

Please sign in to comment.