Skip to content

Commit

Permalink
Merge pull request #410 from wanjunlei/main
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
benjaminhuo committed Jan 30, 2023
2 parents 3c39e05 + 154ed03 commit 681616e
Show file tree
Hide file tree
Showing 10 changed files with 1,479 additions and 1,151 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.18.x

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.18.x

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.18.x

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -16,7 +16,7 @@
ARG GOPROXY="https://goproxy.cn"

# Build the openfunction binary
FROM golang:1.16 as builder
FROM golang:1.18 as builder
ARG GOPROXY

WORKDIR /workspace
Expand Down
754 changes: 620 additions & 134 deletions config/bundle.yaml

Large diffs are not rendered by default.

244 changes: 244 additions & 0 deletions config/crd/bases/core.openfunction.io_functions.yaml

Large diffs are not rendered by default.

0 comments on commit 681616e

Please sign in to comment.