Skip to content

Commit

Permalink
Merge pull request #308 from gardener/golang-1.20.5
Browse files Browse the repository at this point in the history
Bump golang version to 1.20.5
  • Loading branch information
MartinWeindel authored Jun 13, 2023
2 parents 1fe4d89 + f23ae54 commit dd3361b
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 dd3361b

Please sign in to comment.