Skip to content

Commit 6f26df9

Browse files
committed
circleci: test generics on go1.20 and windows as well
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9aa7888 commit 6f26df9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ workflows:
2828
executor:
2929
name: go/golang
3030
tag: 1.20-alpine
31+
post-steps: *xgenerics
3132
- go/test:
3233
name: test-windows
3334
executor: windows
@@ -39,6 +40,8 @@ workflows:
3940
choco upgrade golang
4041
echo 'export PATH="$PATH:/c/Program Files/Go/bin"' > $BASH_ENV
4142
- run: go version
43+
- run: go install gotest.tools/gotestsum@latest
44+
post-steps: *xgenerics
4245

4346
executors:
4447
windows:

0 commit comments

Comments
 (0)