Skip to content

Commit caaeb90

Browse files
Merge pull request #24 from NoteGio/config-patch-golang-builds
Update golang build binary for 1.15.13
2 parents 8fdb3a4 + ebcc964 commit caaeb90

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
@@ -5,7 +5,7 @@ version: 2.1
55
jobs:
66
test:
77
docker:
8-
- image: cimg/go:1.15.4
8+
- image: cimg/go:1.15.13
99
steps:
1010
- checkout
1111
- run:
@@ -16,7 +16,7 @@ jobs:
1616
command: go test ./replica
1717
build_push:
1818
docker: # run the steps with Docker
19-
- image: cimg/go:1.13 # ...with this image as the primary container
19+
- image: cimg/go:1.15.13 # ...with this image as the primary container
2020
# this is where all `steps` will run
2121
steps:
2222
- checkout

0 commit comments

Comments
 (0)