Skip to content

Build(deps): Bump actions/checkout from 4.1.7 to 4.2.2 #332

Build(deps): Bump actions/checkout from 4.1.7 to 4.2.2

Build(deps): Bump actions/checkout from 4.1.7 to 4.2.2 #332

Workflow file for this run

name: Go Lint
on:
pull_request:
branches: [main]
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
golint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Go Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60