File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
name : Build
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - name : Set up Go 1.16
16
+ - name : Set up Go 1.17
17
17
uses : actions/setup-go@v1
18
18
with :
19
- go-version : 1.16
19
+ go-version : 1.17
20
20
id : go
21
21
22
22
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
name : Build
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Set up Go 1.16
13
+ - name : Set up Go 1.17
14
14
uses : actions/setup-go@v1
15
15
with :
16
- go-version : 1.16
16
+ go-version : 1.17
17
17
id : go
18
18
19
19
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64
53
53
OS := $(if $(GOOS ) ,$(GOOS ) ,$(shell go env GOOS) )
54
54
ARCH := $(if $(GOARCH ) ,$(GOARCH ) ,$(shell go env GOARCH) )
55
55
56
- GO_VERSION ?= 1.16
56
+ GO_VERSION ?= 1.17
57
57
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION )
58
58
59
59
OUTBIN = bin/$(BIN ) -$(OS ) -$(ARCH )
You can’t perform that action at this time.
0 commit comments