Skip to content

Commit

Permalink
back to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Jul 18, 2024
1 parent be8bf59 commit eff92da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ version: 2.1
jobs:
lint-vet-fmt:
docker:
- image: cimg/go:1.22
- image: debian:bookworm
steps:
- run:
name: install dependencies
# TODO(AUT-158): installing Go differently for tests than linting is bad
command: |
apt-get update
apt-get install -y golang build-essential git ca-certificates libltdl-dev
apt-get install -y golang-1.22 build-essential git ca-certificates libltdl-dev
- checkout
- run:
name: check crypto11 not used in signers
Expand Down

0 comments on commit eff92da

Please sign in to comment.