Skip to content

Commit

Permalink
fix: 更新了dockerfile的中go的版本,修正了依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
universero committed Nov 18, 2024
1 parent 6bbe594 commit f19f92b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.22-alpine AS builder

LABEL stage=gobuilder

Expand Down
1 change: 1 addition & 0 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ var InfrastructureSet = wire.NewSet(

var MQSet = wire.NewSet(
mq.NewProducer,
mq.NewConsumer,
)

var AllProvider = wire.NewSet(
Expand Down
5 changes: 4 additions & 1 deletion provider/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f19f92b

Please sign in to comment.