Skip to content

Commit

Permalink
Add Go1.19, remove Go1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Aug 6, 2022
1 parent 39f08fe commit a382c45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ workflows:
ci:
jobs:
- lint
- go/test:
name: test-golang-1.15
executor:
name: go/golang
tag: 1.15-alpine
- go/test:
name: test-golang-1.16
executor:
Expand All @@ -27,6 +22,11 @@ workflows:
executor:
name: go/golang
tag: 1.18-alpine
- go/test:
name: test-golang-1.19
executor:
name: go/golang
tag: 1.19-alpine
- go/test:
name: test-windows
executor: windows
Expand All @@ -51,7 +51,7 @@ jobs:
lint:
executor:
name: go/golang
tag: 1.18-alpine
tag: 1.19-alpine
steps:
- checkout
- go/install-golangci-lint:
Expand Down

0 comments on commit a382c45

Please sign in to comment.