diff --git a/.circleci/config.yml b/.circleci/config.yml index da38288..38c98b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 @@ -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: . @@ -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