Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 3, 2022
1 parent 5c1c51d commit 2790c27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.5
FROM golang:1.19.0

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

ARG RELEASE_VERSION

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

ARG RELEASE_VERSION

Expand Down

0 comments on commit 2790c27

Please sign in to comment.