chore(deps): update golang docker tag to v1.20

This commit is contained in:
renovate[bot] 2023-03-09 23:54:20 +00:00 committed by GitHub
parent f5cafc6d86
commit 02bc2bb929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.19 as builder
FROM golang:1.20 as builder
ENV CGO_ENABLED=0