Skip to content

Commit 94ce82b

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 53868c4 commit 94ce82b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 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 \

0 commit comments

Comments
 (0)