chore(deps): update dependency golang to v1.18.1

This commit is contained in:
Renovate Bot 2022-04-13 03:17:07 +00:00
parent aa1b6b0eea
commit 209406d33a
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17.8-alpine as builder
FROM golang:1.18.1-alpine as builder
# Set the Current Working Directory inside the container
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM golang:1.17.8-alpine as builder
FROM golang:1.18.1-alpine as builder
# Set the Current Working Directory inside the container
WORKDIR /app