From 0cd3de71202ab76c4d27895232ddc26a20d30b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:21:01 +0000 Subject: [PATCH] chore(deps): bump golang in /services/motis/tools/transitous Bumps golang from `32c0e6e` to `f96cc55`. --- updated-dependencies: - dependency-name: golang dependency-version: '1.26' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- services/motis/tools/transitous/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/motis/tools/transitous/Dockerfile b/services/motis/tools/transitous/Dockerfile index 2394b6e8..021c21e1 100644 --- a/services/motis/tools/transitous/Dockerfile +++ b/services/motis/tools/transitous/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.26@sha256:32c0e6e5c4f6707717051091b4d0b077464a679eaab563e11474efc5328e2aa5 AS build-gtfsclean +FROM docker.io/golang:1.26@sha256:f96cc555eb8db430159a3aa6797cd5bae561945b7b0fe7d0e284c63a3b291609 AS build-gtfsclean # Pin gtfsclean to a commit (the project only publishes rolling snapshot-N tags) # instead of @latest so the build is reproducible and can't silently pull new code. RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/gtfsclean@bb3ea74f66ef9bc07dc1bd038c3f653e10f0ade0 # snapshot-5