Skip to content

Commit 0dc725c

Browse files
committed
bump go ver
Signed-off-by: Ben <ben@tickets.bot>
1 parent cc4a25d commit 0dc725c

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build container
2-
FROM golang:1.22 AS builder
2+
FROM golang:1.25.3 AS builder
33

44
RUN go version
55

@@ -32,4 +32,4 @@ RUN useradd -m container
3232
USER container
3333
WORKDIR /srv/patreon-db-sync
3434

35-
CMD ["/srv/patreon-db-sync/main"]
35+
CMD ["/srv/patreon-db-sync/main"]

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/TicketsBot/patreon-db-sync
22

3-
go 1.23.0
4-
5-
toolchain go1.24.2
3+
go 1.25.3
64

75
require (
86
github.com/TicketsBot-cloud/common v0.0.0-20250509064208-a2d357175463

0 commit comments

Comments
 (0)