Skip to content

Commit

Permalink
fix: go version
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lauber <jan.lauber@protonmail.ch>
  • Loading branch information
janlauber committed Jan 11, 2025
1 parent be636a9 commit 9b8709b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build backend
FROM golang:1.22-alpine AS backend-builder
FROM golang:1.23-alpine AS backend-builder
WORKDIR /build
COPY pocketbase/go.mod pocketbase/go.sum pocketbase/main.go ./
COPY pocketbase/pkg ./pkg
Expand Down
3 changes: 2 additions & 1 deletion pocketbase/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/janlauber/one-click

go 1.22.0
go 1.23.0

toolchain go1.23.4

require (
Expand Down

0 comments on commit 9b8709b

Please sign in to comment.