Skip to content

Commit b9a752f

Browse files
committed
remove go1.16 from test matrix
Both go1.16 and go1.17 reached EOL; keeping go1.17 for now, as there may still be projects that are slightly behind. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 36dd5d1 commit b9a752f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ workflows:
77
ci:
88
jobs:
99
- lint
10-
- go/test:
11-
name: test-golang-1.16
12-
executor:
13-
name: go/golang
14-
tag: 1.16-alpine
1510
- go/test:
1611
name: test-golang-1.17
1712
executor:

0 commit comments

Comments
 (0)