chore: upgrade from go 1.20 to 1.23 (#21)
All checks were successful
CD / test (push) Successful in 48s
CD / Build and push (push) Successful in 3m1s

Reviewed-on: #21
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #21.
This commit is contained in:
2024-12-27 17:09:34 +01:00
committed by t.behrendt
parent b781399b47
commit 1ea43ac4cf
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