Skip to content

Commit

Permalink
circleci: add go1.21, go1.22, go1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Aug 29, 2024
1 parent 6f26df9 commit 5fc8473
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,24 @@ workflows:
name: go/golang
tag: 1.20-alpine
post-steps: *xgenerics
- go/test:
name: test-golang-1.21
executor:
name: go/golang
tag: 1.21-alpine
post-steps: *xgenerics
- go/test:
name: test-golang-1.22
executor:
name: go/golang
tag: 1.22-alpine
post-steps: *xgenerics
- go/test:
name: test-golang-1.23
executor:
name: go/golang
tag: 1.23-alpine
post-steps: *xgenerics
- go/test:
name: test-windows
executor: windows
Expand Down

0 comments on commit 5fc8473

Please sign in to comment.