Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2022
1 parent 1323d4b commit 7741273
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.19.0
FROM golang:1.19.1

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.19.0 as builder
FROM golang:1.19.1 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.19.0 as builder
FROM golang:1.19.1 as builder

ARG RELEASE_VERSION

Expand Down

0 comments on commit 7741273

Please sign in to comment.