Quellcode durchsuchen

chore: upgrade base image go version to 1.18

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Jiyong Huang vor 2 Jahren
Ursprung
Commit
10e3b0fa62
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      .github/dockerfile/Dockerfile.centos
  2. 1 1
      .github/dockerfile/Dockerfile.debian

+ 1 - 1
.github/dockerfile/Dockerfile.centos

@@ -16,7 +16,7 @@ FROM centos:7
 
 RUN yum install -y make wget git which rpm-build gcc
 
-ARG GO_VERSION=1.17.9
+ARG GO_VERSION=1.18
 
 RUN case $(arch) in \
         x86_64) \

+ 1 - 1
.github/dockerfile/Dockerfile.debian

@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ARG GO_VERSION=1.17.9
+ARG GO_VERSION=1.18
 FROM golang:${GO_VERSION} AS builder
 
 COPY . /go/kuiper