Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 14, 2023
1 parent 326d983 commit e7900f8
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.20.0
FROM golang:1.20.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.20.0 as builder
FROM golang:1.20.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.20.0 as builder
FROM golang:1.20.1 as builder

ARG RELEASE_VERSION

Expand Down

0 comments on commit e7900f8

Please sign in to comment.