diff --git a/.tekton/glo-grafana-globalhub-1-7-pull-request.yaml b/.tekton/glo-grafana-globalhub-1-7-pull-request.yaml index b4601839dc53c..2e62e9f7c0192 100644 --- a/.tekton/glo-grafana-globalhub-1-7-pull-request.yaml +++ b/.tekton/glo-grafana-globalhub-1-7-pull-request.yaml @@ -43,6 +43,11 @@ spec: value: "true" - name: prefetch-input value: '[ {"type": "gomod", "path": "."} ]' + taskRunSpecs: + - pipelineTaskName: build-source-image + computeResources: + limits: + memory: 2Gi pipelineRef: resolver: git params: diff --git a/.tekton/glo-grafana-globalhub-1-7-push.yaml b/.tekton/glo-grafana-globalhub-1-7-push.yaml index 4b3d26d4e8798..ac5ee7a0e677d 100644 --- a/.tekton/glo-grafana-globalhub-1-7-push.yaml +++ b/.tekton/glo-grafana-globalhub-1-7-push.yaml @@ -54,6 +54,11 @@ spec: # Will mention the user in the slack message when the pipeline run failed; this is not required. # Please make sure replace the value with component owner's slack member id. value: "S09JCE3DF9N" + taskRunSpecs: + - pipelineTaskName: build-source-image + computeResources: + limits: + memory: 2Gi pipelineRef: resolver: git params: diff --git a/Containerfile.konflux b/Containerfile.konflux index 120720570871b..265e711bd28be 100644 --- a/Containerfile.konflux +++ b/Containerfile.konflux @@ -1,5 +1,5 @@ # Golang build container -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 AS builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25 AS builder WORKDIR $GOPATH/src/github.com/grafana/grafana diff --git a/Dockerfile.ocp b/Dockerfile.ocp index 2fea2c917f037..af42cba85ad5e 100644 --- a/Dockerfile.ocp +++ b/Dockerfile.ocp @@ -1,5 +1,5 @@ # Golang build container -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 AS builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25 AS builder WORKDIR $GOPATH/src/github.com/grafana/grafana diff --git a/go.mod b/go.mod index 0471fb7aea1d0..9e90c853f7789 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/grafana -go 1.23.2 +go 1.25.3 // Override docker/docker to avoid: // go: github.com/drone-runners/drone-runner-docker@v1.8.2 requires diff --git a/go.work b/go.work index bc7ef5ae719a0..459274d3a1378 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.23.2 +go 1.25.3 use ( .