Browse Source

Revert to get the latest version of Go

Signed-off-by: mikeee <hey@mike.ee>
pull/8455/head
mikeee 4 years ago
parent
commit
9ca24f9d24
No known key found for this signature in database
GPG Key ID: C49132211622EB0F
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -60,7 +60,7 @@ jobs:
# Temporary workaround until circleci updates go.
shell: bash
command: |
choco install golang --version 1.15.7
choco upgrade -y golang
- run:
shell: bash
command: |

Loading…
Cancel
Save