3 Commits

Author SHA1 Message Date
813ced8bb0 rename example data file 2025-02-23 23:08:14 +01:00
4402ecb674 bump go version to 1.24.0 for docker relay 2025-02-23 22:44:23 +01:00
44f4c2df6a implement caching (#1)
Co-authored-by: mr0x50 <24775431+mroxso@users.noreply.github.com>
Reviewed-on: highperfocused/lumina-relay#1
2025-02-23 22:41:21 +01:00
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
################################################################################
# Create a stage for building the application.
ARG GO_VERSION=1.23.4
ARG GO_VERSION=1.24.0
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
WORKDIR /src