diff --git a/Dockerfile b/Dockerfile index 8e46ca22..b7cd8782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build backend binary file -FROM golang:1.23.4-alpine3.21 AS be-builder +FROM golang:1.24.0-alpine3.21 AS be-builder ARG RELEASE_BUILD ARG SKIP_TESTS ENV RELEASE_BUILD=$RELEASE_BUILD diff --git a/go.mod b/go.mod index 8c49f280..97a2d2d1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mayswind/ezbookkeeping -go 1.23 +go 1.24 require ( github.com/boombuler/barcode v1.0.2