Skip to content

chore(deps): bump github.com/ikawaha/httpcheck from 1.12.2 to 1.12.3 … #49

chore(deps): bump github.com/ikawaha/httpcheck from 1.12.2 to 1.12.3 …

chore(deps): bump github.com/ikawaha/httpcheck from 1.12.2 to 1.12.3 … #49

Workflow file for this run

name: main-test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: |
cd testdata && go test ./...