chore: update Pebble (#1857)

This commit is contained in:
Ludovic Fernandez 2023-03-01 23:56:19 +01:00 committed by GitHub
parent 27a2c014f7
commit 7dca695fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -54,8 +54,11 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION} curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
golangci-lint --version golangci-lint --version
- name: Install Pebble and challtestsrv - name: Install Pebble
run: GO111MODULE=off go get -u github.com/letsencrypt/pebble/... run: go install github.com/letsencrypt/pebble/v2/cmd/pebble@main
- name: Install challtestsrv
run: go install github.com/letsencrypt/pebble/v2/cmd/pebble-challtestsrv@main
- name: Set up a Memcached server - name: Set up a Memcached server
uses: niden/actions-memcached@v7 uses: niden/actions-memcached@v7

View file

@ -13,7 +13,8 @@ How to run:
- Install [Pebble](https://github.com/letsencrypt/pebble): - Install [Pebble](https://github.com/letsencrypt/pebble):
```bash ```bash
go get -u github.com/letsencrypt/pebble/... go install github.com/letsencrypt/pebble/v2/cmd/pebble@main
go install github.com/letsencrypt/pebble/v2/cmd/pebble-challtestsrv@main
``` ```
- Launch tests: - Launch tests: