fix: test on CI (#2119)

This commit is contained in:
Ludovic Fernandez
2024-02-24 20:49:40 +01:00
committed by GitHub
parent fac40196c5
commit 9d0cd24533
8 changed files with 51 additions and 51 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
GO_VERSION: stable
HUGO_VERSION: ${{vars.HUGO_VERSION}}
HUGO_VERSION: 0.117.0
CGO_ENABLED: 0
steps:

View File

@@ -46,10 +46,10 @@ jobs:
golangci-lint --version
- name: Install Pebble
run: go install github.com/letsencrypt/pebble/v2/cmd/pebble@main
run: go install github.com/letsencrypt/pebble/v2/cmd/pebble@3fe019bbc0a41ed16e2fee31592bb91751acaa47
- name: Install challtestsrv
run: go install github.com/letsencrypt/pebble/v2/cmd/pebble-challtestsrv@main
run: go install github.com/letsencrypt/pebble/v2/cmd/pebble-challtestsrv@3fe019bbc0a41ed16e2fee31592bb91751acaa47
- name: Set up a Memcached server
uses: niden/actions-memcached@v7