Skip to content

Commit 385039f

Browse files
committed
[update] add go1.21rc2
1 parent fa17271 commit 385039f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- when:
3737
condition:
3838
or:
39+
- equal: [ '1.21rc2', << parameters.version >> ]
3940
- equal: [ '1.20', << parameters.version >> ]
4041
- equal: [ '1.19', << parameters.version >> ]
4142
steps:
@@ -75,4 +76,4 @@ workflows:
7576
- test:
7677
matrix:
7778
parameters:
78-
version: ["1.20", "1.19", "1.18", "1.17", "1.16"]
79+
version: ["1.21rc2", "1.20", "1.19", "1.18", "1.17", "1.16"]

0 commit comments

Comments
 (0)