Pick up security fixes for golang 1.14.x

golang 1.14.15 is scheduled to be released on Feb 4, 2021

golang 1.14.4 ~ 1.14.15 contains multiple security fixes and we should
consider to pick them up.

ref: https://golang.org/doc/devel/release.html#go1.14
This commit is contained in:
guessi 2021-01-17 01:52:37 +08:00
parent 04ec418c44
commit 47712e9f2d

View file

@ -9,12 +9,12 @@ platform:
steps:
- name: test
image: golang:1.14.4
image: golang:1.14.15
commands:
- go test ./...
- name: build
image: golang:1.14.4
image: golang:1.14.15
commands:
- sh scripts/build.sh
environment:
@ -48,7 +48,7 @@ platform:
steps:
- name: build
image: golang:1.14.4
image: golang:1.14.15
commands:
- sh scripts/build.sh
environment:
@ -86,7 +86,7 @@ platform:
steps:
- name: build
image: golang:1.14.4
image: golang:1.14.15
commands:
- sh scripts/build.sh
environment: