.gitlab-ci.yml: use 1.14 in go fmt

This commit is contained in:
Adhityaa Chandrasekar 2020-03-31 06:15:02 -04:00
parent 49a8669970
commit 3b2ed644a3

View File

@ -57,7 +57,7 @@ go-test:
go-fmt: go-fmt:
stage: go-fmt stage: go-fmt
image: golang:1.10.2 image: golang:1.14
except: except:
- master - master
- tags - tags