Skip to content

Commit 5fc8473

Browse files
committed
circleci: add go1.21, go1.22, go1.23
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 6f26df9 commit 5fc8473

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,24 @@ workflows:
2929
name: go/golang
3030
tag: 1.20-alpine
3131
post-steps: *xgenerics
32+
- go/test:
33+
name: test-golang-1.21
34+
executor:
35+
name: go/golang
36+
tag: 1.21-alpine
37+
post-steps: *xgenerics
38+
- go/test:
39+
name: test-golang-1.22
40+
executor:
41+
name: go/golang
42+
tag: 1.22-alpine
43+
post-steps: *xgenerics
44+
- go/test:
45+
name: test-golang-1.23
46+
executor:
47+
name: go/golang
48+
tag: 1.23-alpine
49+
post-steps: *xgenerics
3250
- go/test:
3351
name: test-windows
3452
executor: windows

0 commit comments

Comments
 (0)