Skip to content

Commit 0509ecc

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20251110161015-eab3c254671f => v0.0.0-20251113131016-b7245870e76e
1 parent 829d8b6 commit 0509ecc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
check-latest: true
3232
go-version: 1.25.4
3333
- name: Run golangci-lint
34-
uses: golangci/golangci-lint-action@v8
34+
uses: golangci/golangci-lint-action@v9
3535
with:
3636
version: latest
3737
- name: Delete pre-installed shellcheck

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN CHECK_SKIPS_FUNCTIONAL_TEST=true make -C /src static-check
3636

3737
# Some things like postgres do not like to run as root. For simplicity, just always run as an unprivileged user,
3838
# but for it to be able to read the go cache, we need to allow it.
39-
RUN chmod 777 -R /src/
39+
RUN chown -R 4200:4200 /src/ /go/
4040
USER 4200:4200
4141
RUN cd /src \
4242
&& git config --global --add safe.directory /src \

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.1
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-20251110161015-eab3c254671f
13+
github.com/sapcc/go-bits v0.0.0-20251113131016-b7245870e76e
1414
github.com/ulikunitz/xz v0.5.15
1515
go.uber.org/automaxprocs v1.6.0
1616
golang.org/x/crypto v0.44.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-20251110161015-eab3c254671f h1:Ly+DkP7Ua3h9LIxRw5e66yich7Fr3eKw4l80IORogdQ=
34-
github.com/sapcc/go-bits v0.0.0-20251110161015-eab3c254671f/go.mod h1:DMge7GidLysrU9IfPsWQNbIi6OvesTvj1hDXlTXEI+g=
33+
github.com/sapcc/go-bits v0.0.0-20251113131016-b7245870e76e h1:2WCmZZoACm5w3hghpF+wLTwDBqnkWe2E9588Y31/S4U=
34+
github.com/sapcc/go-bits v0.0.0-20251113131016-b7245870e76e/go.mod h1:DMge7GidLysrU9IfPsWQNbIi6OvesTvj1hDXlTXEI+g=
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-20251110161015-eab3c254671f
48+
# github.com/sapcc/go-bits v0.0.0-20251113131016-b7245870e76e
4949
## explicit; go 1.25
5050
github.com/sapcc/go-bits/errext
5151
github.com/sapcc/go-bits/httpext

0 commit comments

Comments
 (0)