Skip to content

Commit

Permalink
Dockerfile: build with go 1.21rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Aug 3, 2023
1 parent 244a413 commit 3ce006a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

FROM golang:1.21rc3 AS builder
FROM golang:1.21rc4 AS builder
WORKDIR /code
ADD go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 3ce006a

Please sign in to comment.