We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a25625 + bff60a0 commit 42496dbCopy full SHA for 42496db
4 files changed
.github/workflows/post-submit.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch: {}
8
9
env:
10
- GO_VERSION: '1.18'
+ GO_VERSION: '1.19'
11
12
jobs:
13
.github/workflows/unit-test.yml
@@ -12,7 +12,7 @@ on:
- release-*
14
15
16
17
18
cmd/apiserver/Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_IMAGE
2
# Build the manager binary
3
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18-alpine as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19-alpine as builder
4
ARG GOPROXY
5
ENV GOPROXY=${GOPROXY:-https://goproxy.cn}
6
WORKDIR /workspace
go.mod
module github.com/kubevela/prism
-go 1.18
+go 1.19
require (
github.com/oam-dev/cluster-gateway v1.4.0
0 commit comments