Skip to content

Bump github.com/stephenafamo/scan from 0.6.0 to 0.6.1 #65

Bump github.com/stephenafamo/scan from 0.6.0 to 0.6.1

Bump github.com/stephenafamo/scan from 0.6.0 to 0.6.1 #65

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: Go Lint
runs-on: ubuntu-latest
steps:
-
name: Check out code
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
only-new-issues: false
args: --timeout=10m