Skip to content

Commit b6584e5

Browse files
authored
Use Go 1.18 (#238)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent d021d8c commit b6584e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6161
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11
6262
BASEIMAGE_DBG ?= debian:bullseye
6363

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

6868
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)
6969
ifeq ($(OS),windows)

0 commit comments

Comments
 (0)