fix: align go version of modfile with dockerfile #18

Merged
t.behrendt merged 2 commits from fix-align-go-version-of-modfile-with-dockerfile into main 2024-12-27 12:32:52 +01:00
Showing only changes of commit c066c8407f - Show all commits

View File

@@ -1,4 +1,4 @@
FROM golang:1.21-alpine FROM golang:1.20-alpine
# Set the Current Working Directory inside the container # Set the Current Working Directory inside the container
WORKDIR /app WORKDIR /app