We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f26df9 commit 5fc8473Copy full SHA for 5fc8473
.circleci/config.yml
@@ -29,6 +29,24 @@ workflows:
29
name: go/golang
30
tag: 1.20-alpine
31
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
39
+ name: test-golang-1.22
40
41
42
+ tag: 1.22-alpine
43
44
45
+ name: test-golang-1.23
46
47
48
+ tag: 1.23-alpine
49
50
- go/test:
51
name: test-windows
52
executor: windows
0 commit comments