Skip to content

Bump github.com/caddyserver/certmagic from 0.25.1 to 0.25.3 (#171) #389

Bump github.com/caddyserver/certmagic from 0.25.1 to 0.25.3 (#171)

Bump github.com/caddyserver/certmagic from 0.25.1 to 0.25.3 (#171) #389

Workflow file for this run

name: Go Tests
on:
push:
branches:
- main
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...