Skip to content

Commit 08f6a0f

Browse files
authored
Merge pull request #2120 from dprotaso/use-go-1-20
use go1.20
2 parents 19483ff + 3f2b8e1 commit 08f6a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.webhook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BUILDPLATFORM=linux/amd64
16-
FROM --platform=$BUILDPLATFORM golang:1.19 AS build-env
16+
FROM --platform=$BUILDPLATFORM golang:1.20 AS build-env
1717
RUN mkdir -p /go/src/sig.k8s.io/gateway-api
1818
WORKDIR /go/src/sig.k8s.io/gateway-api
1919
COPY . .

0 commit comments

Comments
 (0)