Skip to content

Commit 4370de8

Browse files
authored
Merge pull request #50 from tri-adam/go-1.18
Adopt Go 1.18
2 parents f43b0e5 + 5a3e166 commit 4370de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ executors:
1212
- image: golangci/golangci-lint:v1.44-alpine
1313
golang-previous:
1414
docker:
15-
- image: golang:1.16
15+
- image: golang:1.17
1616
golang-latest:
1717
docker:
18-
- image: golang:1.17
18+
- image: golang:1.18
1919

2020
jobs:
2121
lint-markdown:

0 commit comments

Comments
 (0)