Skip to content

Commit

Permalink
ci: go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Mar 24, 2022
1 parent 661b091 commit afec7a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ orbs:
workflows:
ci:
jobs:
- go/test:
name: test-go-1.14
gotestsum-format: testname
executor:
name: go/golang
tag: 1.14-alpine

- go/test:
name: test-go-1.15
gotestsum-format: testname
Expand All @@ -34,6 +27,13 @@ workflows:
name: go/golang
tag: 1.17-alpine

- go/test:
name: test-go-1.18
gotestsum-format: testname
executor:
name: go/golang
tag: 1.18-alpine

- go/test:
name: test-windows
executor: windows
Expand Down

0 comments on commit afec7a6

Please sign in to comment.