Skip to content

deps(go): bump github.com/caddyserver/certmagic from 0.21.4 to 0.21.5 #660

deps(go): bump github.com/caddyserver/certmagic from 0.21.4 to 0.21.5

deps(go): bump github.com/caddyserver/certmagic from 0.21.4 to 0.21.5 #660

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Run tests
run: |
go test -v -coverprofile="cover-profile.out" -short -race ./...