Update Go dependencies and minimal Go version to 1.20 (#1650)

Signed-off-by: 6543 <6543@obermui.de>
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Lauris BH
2023-03-21 01:48:15 +02:00
committed by GitHub
parent 60733c5cb9
commit 46452fbd84
29 changed files with 251 additions and 224 deletions

View File

@@ -1,5 +1,5 @@
# docker build --rm -f docker/Dockerfile.server -t woodpeckerci/woodpecker-server .
FROM golang:1.18-alpine as golang_image
FROM golang:1.20-alpine as golang_image
FROM node:18-alpine
RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \