Skip to content

Commit

Permalink
update golang version 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiang1989 <[email protected]>
  • Loading branch information
dongjiang1989 committed Dec 20, 2023
1 parent cfc919b commit cce8eab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 golang:1.18 AS builder
FROM --platform=linux/amd64 golang:1.19 AS builder

WORKDIR /go/src/github.com/alibaba/open-local
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm64 golang:1.18 AS builder
FROM --platform=linux/arm64 golang:1.19 AS builder

WORKDIR /go/src/github.com/alibaba/open-local
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.muti
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 AS builder
FROM golang:1.19 AS builder

WORKDIR /go/src/github.com/alibaba/open-local
COPY . .
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/alibaba/open-local

go 1.18
go 1.19

require (
github.com/aws/aws-sdk-go v1.45.25
Expand Down Expand Up @@ -101,7 +101,7 @@ require (
k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
sigs.k8s.io/yaml v1.4.0
)

require (
Expand Down

0 comments on commit cce8eab

Please sign in to comment.