.gitlab-ci.yml: use 1.14 in go fmt
This commit is contained in:
parent
49a8669970
commit
3b2ed644a3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user