Skip to content

Commit

Permalink
Bump golangci to v1.38.0 (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
  • Loading branch information
gliptak authored Apr 13, 2021
1 parent 2036247 commit 9a6f323
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,11 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Install golangci-lint
run: |
mkdir -p $GITHUB_WORKSPACE/bin
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $GITHUB_WORKSPACE/bin v${GOLANGCILINT_VERSION}
env:
GOLANGCILINT_VERSION: 1.35.2

- name: Make lint
run: |
make lint
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.38.0
args: --timeout 5m

test:
name: "Unit test"
Expand Down

0 comments on commit 9a6f323

Please sign in to comment.