Skip to content

Commit

Permalink
Bump go to v1.22 in Dockerfile-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Jun 12, 2024
1 parent b6d932d commit 87753e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cni-plugin/integration/Dockerfile-tester
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# 1) a specific k3d cluster configured with CNI
# 2) a test suite (e.g. `flannel.go`) runs with a configured CNI plugin.

FROM golang:1.21-alpine as build
FROM golang:1.22-alpine as build
RUN apk add build-base
ENV GOCACHE=/tmp/
WORKDIR /src
Expand Down

0 comments on commit 87753e3

Please sign in to comment.