Skip to content

Commit 5f18ef1

Browse files
authored
Update repository config (#623)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 34e61e3 commit 5f18ef1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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

.github/workflows/update-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up Go 1.16
13+
- name: Set up Go 1.17
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.16
16+
go-version: 1.17
1717
id: go
1818

1919
- uses: actions/checkout@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64
5353
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
5454
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
5555

56-
GO_VERSION ?= 1.16
56+
GO_VERSION ?= 1.17
5757
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
5858

5959
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)

0 commit comments

Comments
 (0)