Skip to content

chore(deps): bump github.com/caddyserver/caddy/v2 from 2.8.4 to 2.9.0 in the go-modules group #2

chore(deps): bump github.com/caddyserver/caddy/v2 from 2.8.4 to 2.9.0 in the go-modules group

chore(deps): bump github.com/caddyserver/caddy/v2 from 2.8.4 to 2.9.0 in the go-modules group #2

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
pull_request:
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
cache: true
go-version: 'stable'
- name: install task
run: |
echo "install task"
go install github.com/go-task/task/v3/cmd/task@latest
- name: install xcaddy
run: |
echo "install xcaddy"
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
- name: build caddy & test
run: |
task