Upgrade golang to 1.16 version

This commit is contained in:
Sunil Thorat 2021-07-12 22:02:59 +05:30 committed by Sunil Thorat
parent f1d396c31e
commit 7eb86402f0
No known key found for this signature in database
GPG Key ID: ACBC1C7A5073879D
2 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,10 @@ matrix:
- VET=1 - VET=1
- go: 1.14.x - go: 1.14.x
env: GO111MODULE=on env: GO111MODULE=on
- go: 1.15.x
env: GO111MODULE=on
- go: 1.16.x
env: GO111MODULE=on
- go: tip - go: tip
env: GO111MODULE=on env: GO111MODULE=on

View File

@ -1,4 +1,4 @@
FROM golang:1.13-alpine as builder FROM golang:1.16-alpine as builder
MAINTAINER FullStory Engineering MAINTAINER FullStory Engineering
# create non-privileged group and user # create non-privileged group and user