chore: Bump go to 1.18 (#9212)

* update to 1.18

Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
This commit is contained in:
samricotta
2022-08-11 17:51:18 +02:00
committed by GitHub
co-authored by William Banfield
parent dad439f115
commit d513c925dd
15 changed files with 240 additions and 1567 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.15
FROM golang:1.18
# Grab deps (jq, hexdump, xxd, killall)
RUN apt-get update && \