Skip to content

ci: WARN The linter 'exportloopref' is deprecated (since v1.60.2) due… #98

ci: WARN The linter 'exportloopref' is deprecated (since v1.60.2) due…

ci: WARN The linter 'exportloopref' is deprecated (since v1.60.2) due… #98

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
uses: kevincobain2000/action-gobrew@v2
with:
version: latest
-
uses: golangci/golangci-lint-action@v6
with:
version: latest