forked from TrueCloudLab/lego
chore: update Pebble (#1857)
This commit is contained in:
parent
27a2c014f7
commit
7dca695fcb
2 changed files with 7 additions and 3 deletions
7
.github/workflows/pr.yml
vendored
7
.github/workflows/pr.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue