Skip to content

Bump golang from 1.22.0 to 1.22.1 #1

Bump golang from 1.22.0 to 1.22.1

Bump golang from 1.22.0 to 1.22.1 #1

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v4
with:
args: --timeout=7m