deps: Bump Go and golangci-lint

* Go to 1.15.5
* golangci-lint 1.33.0

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2020-11-23 15:01:01 +01:00
parent e984f76544
commit 7a740aebf5
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
ARG GO_VERSION=1.15.3-alpine ARG GO_VERSION=1.15.5-alpine
ARG GOLANGCI_LINT_VERSION=v1.32.0-alpine ARG GOLANGCI_LINT_VERSION=v1.33.0-alpine
ARG PROTOC_GEN_GO_VERSION=v1.4.3 ARG PROTOC_GEN_GO_VERSION=v1.4.3
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base