Skip to content

Commit 2889e05

Browse files
author
Hamzah Qudsi
committed
circleci: update go to 1.19.1
1 parent f13f83c commit 2889e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ commands:
348348
parameters:
349349
"version":
350350
type: string
351-
default: "1.15"
351+
default: "1.19.1"
352352
steps:
353353
- run:
354354
name: "Install Go << parameters.version >>"

.circleci/config.yml.d/generic_util.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ commands:
7979
parameters:
8080
"version":
8181
type: string
82-
default: "1.15"
82+
default: "1.19.1"
8383
steps:
8484
- run:
8585
name: "Install Go << parameters.version >>"

0 commit comments

Comments
 (0)