Skip to content

Commit

Permalink
circleci: test generics on go1.20 and windows as well
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 9aa7888 commit 6f26df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ workflows:
executor:
name: go/golang
tag: 1.20-alpine
post-steps: *xgenerics
- go/test:
name: test-windows
executor: windows
Expand All @@ -39,6 +40,8 @@ workflows:
choco upgrade golang
echo 'export PATH="$PATH:/c/Program Files/Go/bin"' > $BASH_ENV
- run: go version
- run: go install gotest.tools/gotestsum@latest
post-steps: *xgenerics

executors:
windows:
Expand Down

0 comments on commit 6f26df9

Please sign in to comment.