Skip to content

Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #67

Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1

Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #67

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: "go.mod"
- uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
- name: Run go vet
run: |
go vet ./...