Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

fix fingerprints again #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- add_ssh_keys:
fingerprints:
- "76:94:15:c8:a0:41:f0:8b:9b:f1:f7:36:4c:d5:7f:57"
- "a0:c8:65:ee:ab:2b:1e:cd:cc:b4:64:79:97:38:49:fd"
- checkout
- run:
command: go mod tidy
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
- add_ssh_keys:
fingerprints:
- "76:94:15:c8:a0:41:f0:8b:9b:f1:f7:36:4c:d5:7f:57"
- "a0:c8:65:ee:ab:2b:1e:cd:cc:b4:64:79:97:38:49:fd"
- checkout
- attach_workspace:
at: /go/bin
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
steps:
- add_ssh_keys:
fingerprints:
- "76:94:15:c8:a0:41:f0:8b:9b:f1:f7:36:4c:d5:7f:57"
- "a0:c8:65:ee:ab:2b:1e:cd:cc:b4:64:79:97:38:49:fd"
- checkout
- attach_workspace:
at: .
Expand All @@ -156,7 +156,7 @@ jobs:
steps:
- add_ssh_keys:
fingerprints:
- "76:94:15:c8:a0:41:f0:8b:9b:f1:f7:36:4c:d5:7f:57"
- "a0:c8:65:ee:ab:2b:1e:cd:cc:b4:64:79:97:38:49:fd"
- checkout
- setup_remote_docker:
docker_layer_caching: true
Expand Down