Skip to content

Bump github.com/mssola/capture from 1.0.0 to 1.1.0 #84

Bump github.com/mssola/capture from 1.0.0 to 1.1.0

Bump github.com/mssola/capture from 1.0.0 to 1.1.0 #84

Workflow file for this run

name: Golang Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Install Staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Build
run: go build -v ./...
- name: make tests
run: make test