Skip to content

chore(deps): bump actions/checkout from 5 to 6 #532

chore(deps): bump actions/checkout from 5 to 6

chore(deps): bump actions/checkout from 5 to 6 #532

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- name: setup go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.1 # LINT_VERSION: update version in other places
- id: govulncheck
uses: golang/govulncheck-action@v1
- name: go mod tidy check
uses: katexochen/go-tidy-check@v2