Skip to content

Commit

Permalink
Bump golang to 1.14.4 to avoid known runtime issue (#8146)
Browse files Browse the repository at this point in the history
An issue where the golang runtime would hang and loop forever
  • Loading branch information
crhino authored and hashicorp-ci committed Jun 18, 2020
1 parent 6375db7 commit 2e5d6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ version: 2

references:
images:
go: &GOLANG_IMAGE circleci/golang:1.14.1
go: &GOLANG_IMAGE circleci/golang:1.14.4
middleman: &MIDDLEMAN_IMAGE hashicorp/middleman-hashicorp:0.3.40
ember: &EMBER_IMAGE circleci/node:12-browsers

Expand Down

0 comments on commit 2e5d6bc

Please sign in to comment.