Skip to content

Commit

Permalink
Update golang to v1.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg authored and aauren committed Oct 31, 2021
1 parent 6056080 commit 55a0dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
- v[1-9].*

env:
BUILDTIME_BASE: "golang:1.16.7-alpine3.14"
BUILDTIME_BASE: "golang:1.16.9-alpine3.14"
RUNTIME_BASE: "alpine:3.14"
GO_VERSION: "~1.16.7"
GO_VERSION: "~1.16.9"

jobs:
# Runs Golangci-lint on the source code
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DOCKER=$(if $(or $(IN_DOCKER_GROUP),$(IS_ROOT),$(OSX)),docker,sudo docker)
MAKEFILE_DIR=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
UPSTREAM_IMPORT_PATH=$(GOPATH)/src/github.com/cloudnativelabs/kube-router/
BUILD_IN_DOCKER?=true
DOCKER_BUILD_IMAGE?=golang:1.16.7-alpine3.14
DOCKER_BUILD_IMAGE?=golang:1.16.9-alpine3.14
DOCKER_LINT_IMAGE?=golangci/golangci-lint:v1.42.1
GOBGP_VERSION=v0.0.0-20211001064702-91b91278600d # v2.32.0
QEMU_IMAGE?=multiarch/qemu-user-static
Expand Down

0 comments on commit 55a0dd1

Please sign in to comment.