diff --git a/Dockerfile b/Dockerfile index 5c52317..f3d2919 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.24.3 AS build +FROM golang:1.24.4 AS build WORKDIR /yamllint-action COPY go.mod go.sum /yamllint-action/ RUN go mod download