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 42cc800 commit 04f7355Copy full SHA for 04f7355
.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.16
+ - name: Set up Go 1.17
17
uses: actions/setup-go@v1
18
with:
19
- go-version: 1.16
+ go-version: 1.17
20
id: go
21
22
- uses: actions/checkout@v1
Makefile
@@ -68,7 +68,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
68
TAG_PROD := $(TAG)
69
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
70
71
-GO_VERSION ?= 1.16
+GO_VERSION ?= 1.17
72
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
73
74
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)
0 commit comments