chore(deps): update golang docker tag to v1.24
All checks were successful
ZeroDownTime/fuse-device-plugin/pipeline/pr-main This commit looks good

This commit is contained in:
Renovate Bot 2025-02-13 03:07:27 +00:00
parent dbc2b82da6
commit ef504446f3

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.24-alpine as builder
COPY src /fuse-device-plugin
WORKDIR /fuse-device-plugin