deps: Go 1.18 (#1147)

* deps: Go 1.18

* changelog

* update
This commit is contained in:
Federico Kunze Küllmer
2022-06-24 18:16:19 +02:00
committed by GitHub
parent 4a9bf0e91e
commit 27ade5d731
10 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ COPY . .
RUN make build-linux
# Final image
FROM golang:1.17 as final
FROM golang:1.18 as final
WORKDIR /