We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9afd0 commit 201f627Copy full SHA for 201f627
.circleci/config.yml
@@ -5,7 +5,7 @@ version: 2
5
jobs:
6
test:
7
docker:
8
- - image: circleci/golang:1.13
+ - image: circleci/golang:1.14
9
steps:
10
- checkout
11
- run: go mod download
0 commit comments