chore: bump Go to 1.21 in Dockerfile (#1152)

This commit is contained in:
Roman Zajic 2024-07-03 16:30:19 +02:00 committed by GitHub
parent 5b5ea977af
commit e7a5bd3c68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# BUILD IMAGE --------------------------------------------------------
FROM golang:1.20 as builder
FROM golang:1.21 as builder
WORKDIR /app
COPY . .