Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • eclipsefdn/it/releng/gitlab-runner-service/gitlab-ci-templates
1 result
Show changes
Commits on Source (2)
......@@ -43,6 +43,7 @@ variables:
POSTGRESQL_DATABASE: smo
POSTGRESQL_USER: custom_user
POSTGRESQL_PASSWORD: custom_pass
RUNNER_GENERATE_ARTIFACTS_METADATA: "true"
# for test purposes
# buildkit:
......
......@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS base
FROM golang:1.24.0@sha256:cd0c949a4709ef70a8dad14274f09bd07b25542de5a1c4812f217087737efd17 AS base
ARG SCORECARD_BRANCH="v5.0.0"
......