Skip to content

Commit

Permalink
bump golang version to 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jun 13, 2023
1 parent 339796a commit f23ae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

############# builder #############
FROM golang:1.20.4 AS builder
FROM golang:1.20.5 AS builder

WORKDIR /build
COPY . .
Expand Down

0 comments on commit f23ae54

Please sign in to comment.