From 47712e9f2d5f37503bea40652b71d2816417d7c4 Mon Sep 17 00:00:00 2001 From: guessi Date: Sun, 17 Jan 2021 01:52:37 +0800 Subject: [PATCH] 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 --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8165d460..4c60ffd3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: