Skip to content

Commit

Permalink
Merge pull request #1 from DCSO/bullseye-builds
Browse files Browse the repository at this point in the history
use bullseye container for builds
  • Loading branch information
ctc-phil authored Apr 22, 2024
2 parents 9f9b8c8 + f65e546 commit 086905e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
arch: 386
runs-on: ubuntu-latest
container:
image: golang:1.21
image: golang:1.22-bullseye
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down

0 comments on commit 086905e

Please sign in to comment.