Skip to content

chore(deps): update actions/checkout action to v4 #12

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

chore(deps): update actions/checkout action to v4 #12

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3