Build using Go 1.18 (#86)

This commit is contained in:
Frederik Ring
2022-03-17 11:22:41 +01:00
committed by GitHub
parent 508bc07b4f
commit 9bc8db0f7c
3 changed files with 3 additions and 4 deletions

View File

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