Skip to content

Bump eslint from 9.16.0 to 9.18.0 #273

Bump eslint from 9.16.0 to 9.18.0

Bump eslint from 9.16.0 to 9.18.0 #273

---
name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: write
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: write
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "./go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2