Skip to content

Commit 2470bf6

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20250904120357-fc660754039e => v0.0.0-20250911190512-4d3226a57454
1 parent 4724bcb commit 2470bf6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Makefile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company
77
# SPDX-License-Identifier: Apache-2.0
88

9-
MAKEFLAGS=--warn-undefined-variables
109
# /bin/sh is dash on Debian which does not support all features of ash/bash
1110
# to fix that we use /bin/bash only on Debian to not break Alpine
1211
ifneq (,$(wildcard /etc/os-release)) # check file existence
@@ -49,11 +48,11 @@ prepare-static-check: FORCE install-golangci-lint install-modernize install-shel
4948

5049
# To add additional flags or values, specify the variable in the environment, e.g. `GO_BUILDFLAGS='-tags experimental' make`.
5150
# To override the default flags or values, specify the variable on the command line, e.g. `make GO_BUILDFLAGS='-tags experimental'`.
52-
GO_BUILDFLAGS += -mod vendor
53-
GO_LDFLAGS +=
54-
GO_TESTFLAGS +=
55-
GO_TESTENV +=
56-
GO_BUILDENV +=
51+
GO_BUILDFLAGS := -mod vendor $(GO_BUILDFLAGS)
52+
GO_LDFLAGS := $(GO_LDFLAGS)
53+
GO_TESTFLAGS := $(GO_TESTFLAGS)
54+
GO_TESTENV := $(GO_TESTENV)
55+
GO_BUILDENV := $(GO_BUILDENV)
5756

5857
# These definitions are overridable, e.g. to provide fixed version/commit values when
5958
# no .git directory is present or to provide a fixed build date for reproducibility.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/pkg/errors v0.9.1
1414
github.com/prometheus/client_golang v1.23.0
1515
github.com/sapcc/go-api-declarations v1.17.4
16-
github.com/sapcc/go-bits v0.0.0-20250904120357-fc660754039e
16+
github.com/sapcc/go-bits v0.0.0-20250911190512-4d3226a57454
1717
go.uber.org/automaxprocs v1.6.0
1818
gopkg.in/yaml.v2 v2.4.0
1919
k8s.io/apimachinery v0.29.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjR
124124
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
125125
github.com/sapcc/go-api-declarations v1.17.4 h1:F4smuE9x1NJ/7NAdytJ1wekeXT3QeRaYu3L/HyWKqqo=
126126
github.com/sapcc/go-api-declarations v1.17.4/go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg=
127-
github.com/sapcc/go-bits v0.0.0-20250904120357-fc660754039e h1:LZAZvfCmjvh4SAIgzsXsSZgGGHCzpdRiod5SpWBx72E=
128-
github.com/sapcc/go-bits v0.0.0-20250904120357-fc660754039e/go.mod h1:YfKAF5oNv8UD/zkOjK+dOVft8DUZq5KphjPy2IEI+QU=
127+
github.com/sapcc/go-bits v0.0.0-20250911190512-4d3226a57454 h1:S8LtNT93egXvEa+15yKb5ZMChuXKpd0J7iXfd4uoNlc=
128+
github.com/sapcc/go-bits v0.0.0-20250911190512-4d3226a57454/go.mod h1:YfKAF5oNv8UD/zkOjK+dOVft8DUZq5KphjPy2IEI+QU=
129129
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
130130
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
131131
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mkShell {
1212
go_1_25
1313
golangci-lint
1414
gotools # goimports
15+
renovate
1516
reuse
1617
# keep this line if you use bash
1718
bashInteractive

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ github.com/prometheus/procfs/internal/util
204204
# github.com/sapcc/go-api-declarations v1.17.4
205205
## explicit; go 1.24
206206
github.com/sapcc/go-api-declarations/bininfo
207-
# github.com/sapcc/go-bits v0.0.0-20250904120357-fc660754039e
207+
# github.com/sapcc/go-bits v0.0.0-20250911190512-4d3226a57454
208208
## explicit; go 1.24
209209
github.com/sapcc/go-bits/assert
210210
github.com/sapcc/go-bits/errext

0 commit comments

Comments
 (0)