Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 #5

Bump honnef.co/go/tools from 0.4.6 to 0.4.7

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 #5

Workflow file for this run

name: PR
on:
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Lint
run: make lint
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./set.out
verbose: true