chore: bump to go 1.23

This commit is contained in:
lewisakura
2024-09-08 23:38:25 +01:00
committed by lewisakura
parent 409feea6fe
commit dc2ee8c8ba
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