Skip to content

Commit

Permalink
Merge pull request #212 from dnephin/go1.17
Browse files Browse the repository at this point in the history
ci: add go1.17, remove go1.13
  • Loading branch information
dnephin committed Aug 23, 2021
2 parents 37116ff + c4e2ac6 commit c0fbc60
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
version: 2.1

orbs:
go: gotest/tools@0.0.13
go: gotest/tools@0.0.14

workflows:
ci:
jobs:
- go/test:
name: test-go-1.13
gotestsum-format: short-verbose
executor:
name: go/golang
tag: 1.13-alpine

- go/test:
name: test-go-1.14
gotestsum-format: short-verbose
gotestsum-format: testname
executor:
name: go/golang
tag: 1.14-alpine

- go/test:
name: test-go-1.15
gotestsum-format: short-verbose
gotestsum-format: testname
executor:
name: go/golang
tag: 1.15-alpine

- go/test:
name: test-go-1.16
gotestsum-format: short-verbose
gotestsum-format: testname
executor:
name: go/golang
tag: 1.16-alpine

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

- go/test:
name: test-windows
executor: windows
Expand All @@ -47,7 +47,7 @@ workflows:
- run: go version

- go/lint:
golangci-lint-version: 1.24.0
golangci-lint-version: 1.42.0

- build
- run
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
default: false
executor:
name: go/golang
tag: 1.16-alpine
tag: 1.17-alpine
steps:
- go/install: {package: git}
- go/install-ssh
Expand Down

0 comments on commit c0fbc60

Please sign in to comment.