Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
circle: switch to golang:1.14 image
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 10, 2020
1 parent 10f5386 commit 8bfee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ workflows:
executors:
golang:
docker:
- image: circleci/golang:1.12.4-stretch
- image: circleci/golang:1.14-stretch
working_directory: /go/src/github.com/anycable/anycable-go/
environment:
CGO_ENABLED: "0"
Expand Down

0 comments on commit 8bfee91

Please sign in to comment.