Skip to content

Commit

Permalink
Merge pull request #227 from gotestyourself/go1.18
Browse files Browse the repository at this point in the history
ci: add go1.18
  • Loading branch information
dnephin committed Apr 9, 2022
2 parents 99a7307 + 388d86a commit e174ee7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -7,11 +7,6 @@ workflows:
ci:
jobs:
- lint
- go/test:
name: test-golang-1.14
executor:
name: go/golang
tag: 1.14-alpine
- go/test:
name: test-golang-1.15
executor:
Expand All @@ -27,6 +22,11 @@ workflows:
executor:
name: go/golang
tag: 1.17-alpine
- go/test:
name: test-golang-1.18
executor:
name: go/golang
tag: 1.18-alpine
- go/test:
name: test-windows
executor: windows
Expand Down

0 comments on commit e174ee7

Please sign in to comment.