Bump golang from 1.16.2 to 1.16.3

Bumps golang from 1.16.2 to 1.16.3.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-02 07:19:44 +00:00 committed by Naveen
parent f5185e4bd6
commit 3f70d82ce0
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
FROM golang:1.16.2 as base
FROM golang:1.16.3 as base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./

View File

@ -14,7 +14,7 @@
# limitations under the License.
FROM golang:1.16.2 as base
FROM golang:1.16.3 as base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./