Skip to content

Commit

Permalink
ci: try debian
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Jan 21, 2024
1 parent 62f13d1 commit 98a3fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
container:
image: ubuntu:24.04
image: debian:trixie
steps:
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: echo "flags=--snapshot" >> $GITHUB_ENV
Expand Down

0 comments on commit 98a3fa6

Please sign in to comment.