Skip to content

build(deps): Bump github.com/go-acme/lego/v4 from 4.12.3 to 4.13.2 #8

build(deps): Bump github.com/go-acme/lego/v4 from 4.12.3 to 4.13.2

build(deps): Bump github.com/go-acme/lego/v4 from 4.12.3 to 4.13.2 #8

Workflow file for this run

---
name: Tests and build
on:
push:
paths:
- "**.go"
- "go.mod"
- "go.sum"
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.20'
- name: build binary
run: make build
- name: run all tests
run: make tests