Skip to content

Commit

Permalink
Fix linting in pipeline (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Kratzsch <[email protected]>
  • Loading branch information
johanneskra authored Oct 30, 2023
1 parent e425e9e commit 7d1cff3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version: 1.21

- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2

- name: Test
run: make test

0 comments on commit 7d1cff3

Please sign in to comment.