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 (#3) #2

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 (#3)

Bump honnef.co/go/tools from 0.4.6 to 0.4.7 (#3) #2

Workflow file for this run

name: Main
on:
push:
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: Check
run: make check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./set.out
verbose: true