Skip to content

Commit

Permalink
build(publisher): bump golang to to 1.23.4
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Dec 5, 2024
1 parent a6c24c6 commit 5c7dd63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publisher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3-alpine AS builder
FROM golang:1.23.4-alpine AS builder

COPY . /app
RUN --mount=type=cache,target=/go/pkg/mod cd /app && \
Expand Down
4 changes: 2 additions & 2 deletions publisher/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/PingCAP-QE/ee-apps/publisher

go 1.23
go 1.23.4

require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand All @@ -14,6 +14,7 @@ require (
goa.design/clue v1.0.7
goa.design/goa/v3 v3.19.1
goa.design/plugins/v3 v3.19.1
golang.org/x/mod v0.21.0
gopkg.in/yaml.v3 v3.0.1
oras.land/oras-go/v2 v2.5.0
)
Expand Down Expand Up @@ -56,7 +57,6 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
Expand Down

0 comments on commit 5c7dd63

Please sign in to comment.