Skip to content

Commit 4ffaa77

Browse files
authored
circleci: upgrade go version to 1.16 (#16)
1 parent 81a01c1 commit 4ffaa77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ workflows:
141141
context: org-global
142142
matrix:
143143
parameters:
144-
go-version: ["1.15-buster", "1.16-rc-buster"]
144+
go-version: ["1.16-buster"]
145145
pre-steps:
146146
- setup
147147
post-steps:
@@ -154,6 +154,6 @@ workflows:
154154
context: org-global
155155
matrix:
156156
parameters:
157-
go-version: ["1.15-buster"]
157+
go-version: ["1.16-buster"]
158158
pre-steps:
159159
- setup

0 commit comments

Comments
 (0)