Skip to content

Commit

Permalink
fix(ci): workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored May 12, 2021
1 parent eb9cdc4 commit 9a4342d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ~1.16
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v2
with:
skip-go-installation: true

0 comments on commit 9a4342d

Please sign in to comment.