Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 62d579f

Browse files
committed
Using CI Go image 1.12
1 parent 86cc997 commit 62d579f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: circleci/golang:1.11.5
5+
- image: circleci/golang:1.12
66
steps:
77
- checkout
88
- run: make build

0 commit comments

Comments
 (0)