Skip to content

Commit 406bb8e

Browse files
committed
circleci: update go version to 1.17
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
1 parent 3959ad4 commit 406bb8e

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
@@ -146,7 +146,7 @@ workflows:
146146
context: org-global
147147
matrix:
148148
parameters:
149-
go-version: ["1.16-buster"]
149+
go-version: ["1.17-bullseye"]
150150
pre-steps:
151151
- setup
152152
post-steps:
@@ -159,6 +159,6 @@ workflows:
159159
context: org-global
160160
matrix:
161161
parameters:
162-
go-version: ["1.16-buster"]
162+
go-version: ["1.17-bullseye"]
163163
pre-steps:
164164
- setup

0 commit comments

Comments
 (0)