Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.19.3 (#2985)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 1, 2022
1 parent a0fe8d7 commit a63ed0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.19.2
FROM golang:1.19.3

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
@@ -1,4 +1,4 @@
FROM golang:1.19.2 as builder
FROM golang:1.19.3 as builder

ARG RELEASE_VERSION

Expand Down
2 changes: 1 addition & 1 deletion .github/plugins/protoc-gen-openapiv2/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.19.2 as builder
FROM golang:1.19.3 as builder

ARG RELEASE_VERSION

Expand Down

0 comments on commit a63ed0e

Please sign in to comment.