Skip to content

Commit

Permalink
Merge pull request #50 from tri-adam/go-1.18
Browse files Browse the repository at this point in the history
Adopt Go 1.18
  • Loading branch information
tri-adam committed Mar 16, 2022
2 parents f43b0e5 + 5a3e166 commit 4370de8
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 4370de8

Please sign in to comment.