Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 19, 2022
1 parent ff2d738 commit 4525497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.1
FROM golang:1.18.2

ENV NVM_DIR="/usr/local/share/nvm"
ENV NVM_SYMLINK_CURRENT=true \
Expand Down
2 changes: 1 addition & 1 deletion .circleci/plugins/protoc-gen-grpc-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.1 as builder
FROM golang:1.18.2 as builder

ARG RELEASE_VERSION

Expand Down
2 changes: 1 addition & 1 deletion .circleci/plugins/protoc-gen-openapiv2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.1 as builder
FROM golang:1.18.2 as builder

ARG RELEASE_VERSION

Expand Down

0 comments on commit 4525497

Please sign in to comment.