Skip to content

Commit

Permalink
Bump Golang to latest patch release (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Nov 29, 2023
1 parent 57ccd1d commit 81431e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/prow-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ RUN curl -fsSL "https://github.com/protocolbuffers/protobuf/releases/download/v$
# protoc-gen-gogofaster is installed below

############################################################
FROM golang:1.20.10 AS external-go-previous
FROM golang:1.20.11 AS external-go-previous
# Capture the version that dependabot bumps so that we can install it into the base image
RUN go version | cut -d' ' -f3 > /golang.version

FROM golang:1.21.3 AS external-go-latest
FROM golang:1.21.4 AS external-go-latest
# Capture the version that dependabot bumps so that we can install it into the base image
RUN go version | cut -d' ' -f3 > /golang.version

Expand Down
2 changes: 1 addition & 1 deletion images/tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.21.3
FROM golang:1.21.4

# Required input: -e TOOL_NAME=name, i.e. TOOL_NAME=flaky-test-reporter
ARG TOOL_NAME
Expand Down

0 comments on commit 81431e1

Please sign in to comment.