Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Dec 16, 2024
1 parent 99236cd commit a51479c
Show file tree
Hide file tree
Showing 2 changed files with 2 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.22.4-alpine as builder
FROM golang:1.23.4-alpine as builder

ARG version

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ require (
github.com/prometheus/client_golang v1.16.0
github.com/rs/zerolog v1.32.0
go.mongodb.org/mongo-driver v1.12.1
golang.org/x/crypto v0.23.0
golang.org/x/sync v0.7.0
google.golang.org/grpc v1.65.0
)
Expand Down Expand Up @@ -221,6 +220,7 @@ require (
go.opentelemetry.io/otel/metric v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.22.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
Expand Down

0 comments on commit a51479c

Please sign in to comment.