diff --git a/devfile.yaml b/devfile.yaml index db159b62..7d660e6e 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -16,7 +16,7 @@ metadata: parent: id: go registryUrl: 'https://registry.devfile.io' - version: 1.2.0 + version: 1.4.0 components: - name: image-build image: diff --git a/docker/Dockerfile b/docker/Dockerfile index 72e3569b..9ea5290f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145 +FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1756993846 COPY . . RUN go mod download diff --git a/go.mod b/go.mod index a1289fcd..881ef268 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/devfile-samples/devfile-sample-go-basic -go 1.19 +go 1.24