upgrade golang to 1.24.0

This commit is contained in:
MaysWind
2025-02-19 23:19:36 +08:00
parent e78b2cafb1
commit f14c283a83
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/mayswind/ezbookkeeping
go 1.23
go 1.24
require (
github.com/boombuler/barcode v1.0.2