Skip to content

Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 #199

Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0

Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 #199

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install Go stable version
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
- name: Run go vet
run: |
go vet ./...