Skip to content

Build(deps): Bump github/codeql-action from 3.26.10 to 3.27.1 #344

Build(deps): Bump github/codeql-action from 3.26.10 to 3.27.1

Build(deps): Bump github/codeql-action from 3.26.10 to 3.27.1 #344

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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