Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
.github/workflows/ci.yaml: test linter with unofficial image
Browse files Browse the repository at this point in the history
Which should be again based on Debian not on alpine and should have
'make' back.

Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Nov 2, 2020
1 parent 409ec2c commit 6dbc987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
container: golangci/golangci-lint:v1.32.1
container: sayboras/golangci-lint:v1.32.2
timeout-minutes: 10
steps:

Expand Down

0 comments on commit 6dbc987

Please sign in to comment.