chore: bump to go 1.23

This commit is contained in:
lewisakura
2024-09-08 23:38:25 +01:00
parent 92e5b7f05a
commit 0286188105
3 changed files with 39 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS builder
FROM golang:1.23-alpine AS builder
WORKDIR /app