Skip to content

Bump up golang in github actions #2231

Bump up golang in github actions

Bump up golang in github actions #2231

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'

Check failure on line 10 in .github/workflows/golangci-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/golangci-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.1
args: --issues-exit-code=1
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true