Build in Go 1.21 (#246)

This commit is contained in:
Frederik Ring
2023-08-10 16:03:59 +02:00
committed by GitHub
parent 1c6f64e254
commit a93ff6fe09
3 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2021 - Offen Authors <hioffen@posteo.de>
# SPDX-License-Identifier: MPL-2.0
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
WORKDIR /app
COPY . .