Skip to content

build(deps): bump github/codeql-action from 3.25.1 to 3.25.7 #53

build(deps): bump github/codeql-action from 3.25.1 to 3.25.7

build(deps): bump github/codeql-action from 3.25.1 to 3.25.7 #53

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go Version
run: echo "GO_VERSION=$(cat .go-version)" >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.55.2