Skip to content

Commit d53eea0

Browse files
authored
Update repository config (#83)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 8fb004a commit d53eea0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.16
16+
- name: Set up Go 1.17
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.16
19+
go-version: 1.17
2020
id: go
2121

2222
- name: Check out code into the Go module directory

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6161
BASEIMAGE_PROD ?= gcr.io/distroless/static:nonroot
6262
BASEIMAGE_DBG ?= debian:buster
6363

64-
GO_VERSION ?= 1.16
64+
GO_VERSION ?= 1.17
6565
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
6666
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.4.0
6767

apis/installer/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)