Skip to content

Commit 406ff18

Browse files
authored
[cherry-pick] Update repository config (#131) (#133)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent b8c82db commit 406ff18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Set up Go 1.14
16+
- name: Set up Go 1.15
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.14
19+
go-version: 1.15
2020
id: go
2121

2222
- uses: actions/checkout@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7676
TAG_PROD := $(TAG)
7777
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7878

79-
GO_VERSION ?= 1.14
79+
GO_VERSION ?= 1.15
8080
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
8181
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.0.0-rc.1
8282

0 commit comments

Comments
 (0)