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 b8c82db commit 406ff18Copy full SHA for 406ff18
.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.14
+ - name: Set up Go 1.15
17
uses: actions/setup-go@v1
18
with:
19
- go-version: 1.14
+ go-version: 1.15
20
id: go
21
22
- uses: actions/checkout@v1
Makefile
@@ -76,7 +76,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
76
TAG_PROD := $(TAG)
77
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
78
79
-GO_VERSION ?= 1.14
+GO_VERSION ?= 1.15
80
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
81
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.0.0-rc.1
82
0 commit comments