Skip to content

chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #111

chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0

chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #111

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/[email protected]