Skip to content

Commit

Permalink
Remove go1.18 and go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Sep 5, 2024
1 parent eb32186 commit 160ab0e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,15 @@ workflows:
jobs:
- lint
- go/test:
name: test-golang-1.18
name: test-golang-1.20
executor:
name: go/golang
tag: 1.18-alpine
tag: 1.20-alpine
post-steps: &xgenerics
- run:
name: "test x/generics"
working_directory: ./x/generics
command: gotestsum -ftestname
- go/test:
name: test-golang-1.19
executor:
name: go/golang
tag: 1.19-alpine
post-steps: *xgenerics
- go/test:
name: test-golang-1.20
executor:
name: go/golang
tag: 1.20-alpine
post-steps: *xgenerics
- go/test:
name: test-golang-1.21
executor:
Expand Down

0 comments on commit 160ab0e

Please sign in to comment.