chore: upgrade from go 1.20 to 1.23
All checks were successful
CI / test (pull_request) Successful in 39s

This commit is contained in:
2024-12-27 17:08:40 +01:00
parent b781399b47
commit 58bf5e081e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.23-alpine
WORKDIR /app