Skip to content

Commit d83e0d1

Browse files
authored
Merge pull request #687 from go-debos/wip/obbardc/ci-fix-lint-job
ci: Update container image path for golangci job
2 parents bd031e3 + 6766807 commit d83e0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run:
2525
shell: bash
2626
container:
27-
image: ghcr.io/go-debos/test-containers/trixie:main
27+
image: ghcr.io/go-debos/test-containers/debian-trixie:main
2828
steps:
2929
- name: Checkout code
3030
uses: actions/checkout@v6

0 commit comments

Comments
 (0)