Skip to content

Commit 277f57e

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20251002190222-32e18bbcae76 => v0.0.0-20251006091626-c8e55520bad5
1 parent 722bc27 commit 277f57e

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-go@v6
3030
with:
3131
check-latest: true
32-
go-version: 1.25.1
32+
go-version: 1.25.2
3333
- name: Run golangci-lint
3434
uses: golangci/golangci-lint-action@v8
3535
with:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v6
3333
with:
3434
check-latest: true
35-
go-version: 1.25.1
35+
go-version: 1.25.2
3636
- name: Build all binaries
3737
run: make build-all
3838
code_coverage:
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/setup-go@v6
6666
with:
6767
check-latest: true
68-
go-version: 1.25.1
68+
go-version: 1.25.2
6969
- name: Run tests and generate coverage report
7070
run: make build/cover.out
7171
- name: Archive code coverage results

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v6
3333
with:
3434
check-latest: true
35-
go-version: 1.25.1
35+
go-version: 1.25.2
3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v3
3838
with:

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@v6
2828
with:
2929
check-latest: true
30-
go-version: 1.25.1
30+
go-version: 1.25.2
3131
- name: Install syft
3232
uses: anchore/sbom-action/download-syft@v0
3333
- name: Generate release info

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM golang:1.25.1-alpine3.22 AS builder
4+
FROM golang:1.25.2-alpine3.22 AS builder
55

66
RUN apk add --no-cache --no-progress ca-certificates gcc git make musl-dev
77

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/klauspost/compress v1.18.0
1111
github.com/majewsky/schwift/v2 v2.0.0
1212
github.com/sapcc/go-api-declarations v1.17.4
13-
github.com/sapcc/go-bits v0.0.0-20251002190222-32e18bbcae76
13+
github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5
1414
github.com/ulikunitz/xz v0.5.15
1515
go.uber.org/automaxprocs v1.6.0
1616
golang.org/x/crypto v0.42.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4
3030
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
3131
github.com/sapcc/go-api-declarations v1.17.4 h1:F4smuE9x1NJ/7NAdytJ1wekeXT3QeRaYu3L/HyWKqqo=
3232
github.com/sapcc/go-api-declarations v1.17.4/go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg=
33-
github.com/sapcc/go-bits v0.0.0-20251002190222-32e18bbcae76 h1:Nf7f/jk/2zTgbBnfY0KJZH/+dV6cYzxOwkfOgQyn/Qw=
34-
github.com/sapcc/go-bits v0.0.0-20251002190222-32e18bbcae76/go.mod h1:+hy4RXW/4ZnFl/Ct7vBl9cnLEA9Lt/BKYYGoxZkwLZY=
33+
github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5 h1:JOqkH9KjTl/iFXqQqkr0X2SRoyU4kHb1VfXzqJ2G5VM=
34+
github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5/go.mod h1:+hy4RXW/4ZnFl/Ct7vBl9cnLEA9Lt/BKYYGoxZkwLZY=
3535
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
3636
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
3737
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ github.com/majewsky/schwift/v2/internal/errext
4545
# github.com/sapcc/go-api-declarations v1.17.4
4646
## explicit; go 1.24
4747
github.com/sapcc/go-api-declarations/bininfo
48-
# github.com/sapcc/go-bits v0.0.0-20251002190222-32e18bbcae76
48+
# github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5
4949
## explicit; go 1.24
5050
github.com/sapcc/go-bits/errext
5151
github.com/sapcc/go-bits/httpext

0 commit comments

Comments
 (0)