We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387d719 commit 7aa7871Copy full SHA for 7aa7871
.github/workflows/ci.yml
@@ -13,10 +13,10 @@ jobs:
13
name: Build
14
runs-on: ubuntu-latest
15
steps:
16
- - name: Set up Go 1.15
+ - name: Set up Go 1.16
17
uses: actions/setup-go@v1
18
with:
19
- go-version: 1.15
+ go-version: 1.16
20
id: go
21
22
- uses: actions/checkout@v1
Makefile
@@ -74,7 +74,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
74
TAG_PROD := $(TAG)
75
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
76
77
-GO_VERSION ?= 1.15
+GO_VERSION ?= 1.16
78
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
79
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.0.0
80
0 commit comments