From b02157e359ef3877ef20971b5ad23e1263807de0 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Wed, 13 Apr 2022 03:27:36 +0000
Subject: [PATCH] Update dependency golang to v1.18.1

---
 build/Dockerfile               | 2 +-
 build/prom-migrator/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/Dockerfile b/build/Dockerfile
index af6960ef6d..4c8d249ac9 100644
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -1,5 +1,5 @@
 # Build stage
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.17.7-alpine AS builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18.1-alpine AS builder
 RUN apk update && apk add --no-cache git
 WORKDIR /promscale
 COPY ./go.mod ./go.sum ./
diff --git a/build/prom-migrator/Dockerfile b/build/prom-migrator/Dockerfile
index df27c02891..1e4fff4d82 100644
--- a/build/prom-migrator/Dockerfile
+++ b/build/prom-migrator/Dockerfile
@@ -1,5 +1,5 @@
 # Build stage
-FROM golang:1.17.7-alpine AS builder
+FROM golang:1.18.1-alpine AS builder
 COPY ./.git build/.git
 COPY ./pkg  build/pkg
 COPY ./cmd  build/cmd