Skip to content

Commit cee9301

Browse files
Update Dockerfile registry.access.redhat.com/ubi9/go-toolset to v1.24.6-1756993846 (#47)
* Update Dockerfile registry.access.redhat.com/ubi9/go-toolset to v1.24.6-1756993846 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * go 1.24 Signed-off-by: Michael Valdron <mvaldron@redhat.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Valdron <mvaldron@redhat.com>
1 parent 95aa815 commit cee9301

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
parent:
1717
id: go
1818
registryUrl: 'https://registry.devfile.io'
19-
version: 1.2.0
19+
version: 1.4.0
2020
components:
2121
- name: image-build
2222
image:

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1756993846
22

33
COPY . .
44
RUN go mod download

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/devfile-samples/devfile-sample-go-basic
22

3-
go 1.19
3+
go 1.24

0 commit comments

Comments
 (0)