Skip to content

chore(deps): update actions/checkout action to v5 #57

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #57

Workflow file for this run

---
name: Lint
on:
workflow_dispatch:
push:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.5