Skip to content

Commit

Permalink
Dockerfile: bump Go to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 7, 2024
1 parent 36fad7c commit e3b9c48
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.21.6 AS builder
FROM golang:1.22 AS builder
WORKDIR /code
ADD go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit e3b9c48

Please sign in to comment.