Skip to content

Commit a63ed0e

Browse files
chore(deps): update golang docker tag to v1.19.3 (#2985)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0fe8d7 commit a63ed0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19.2
1+
FROM golang:1.19.3
22

33
ENV NVM_DIR="/usr/local/share/nvm"
44
ENV NVM_SYMLINK_CURRENT=true \

.github/plugins/protoc-gen-grpc-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19.2 as builder
1+
FROM golang:1.19.3 as builder
22

33
ARG RELEASE_VERSION
44

.github/plugins/protoc-gen-openapiv2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19.2 as builder
1+
FROM golang:1.19.3 as builder
22

33
ARG RELEASE_VERSION
44

0 commit comments

Comments
 (0)