modified: .github/workflows/cicd.yml

new file:   .go-version
	modified:   Dockerfile
	modified:   go.mod
	modified:   go.sum


Former-commit-id: e51590509f
This commit is contained in:
Marvin
2025-07-30 09:02:42 +00:00
parent 5ca12834a1
commit 4fda6fe031
5 changed files with 11 additions and 136 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.1-alpine AS builder
FROM golang:1.24-alpine AS builder
# Set the working directory inside the container
WORKDIR /app