remove module that gives error

This commit is contained in:
2024-11-20 20:29:21 -06:00
parent e122251751
commit c2b6533c6e

View File

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