Skip to content

fix: use Go 1.20 also in .ci/tools/ and release/ #506

fix: use Go 1.20 also in .ci/tools/ and release/

fix: use Go 1.20 also in .ci/tools/ and release/ #506

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.53.2