Skip to content

chore(deps): bump honnef.co/go/tools from 0.7.0 to 0.8.1 #606

chore(deps): bump honnef.co/go/tools from 0.7.0 to 0.8.1

chore(deps): bump honnef.co/go/tools from 0.7.0 to 0.8.1 #606

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test-and-lint:
name: Test and Lint on lowest supported Go version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: 'oldstable'
- run: make test
test:
name: Test on highest supported Go version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: 'stable'
- run: make ginkgo