trying different go version

This commit is contained in:
2024-11-20 20:26:44 -06:00
parent ba9be11f93
commit 3fe7c47ed1

View File

@@ -1,5 +1,5 @@
# Stage 1: Build
FROM golang:1.21 AS builder
FROM golang:1.22 AS builder
# Set the working directory inside the container
WORKDIR /app