Skip to content

chore(deps): bump github.com/go-acme/lego/v4 from 4.30.1 to 4.31.0 #335

chore(deps): bump github.com/go-acme/lego/v4 from 4.30.1 to 4.31.0

chore(deps): bump github.com/go-acme/lego/v4 from 4.30.1 to 4.31.0 #335

Workflow file for this run

name: Go
on:
push:
pull_request:
jobs:
build:
name: Build and Unit Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: Check out code
uses: actions/checkout@v6
- name: Build
run: go build -v ./...
- name: Test
run: go test -v -race -covermode=atomic -coverprofile=coverage.txt