Skip to content

Commit

Permalink
revert: allow to run golangci-lint with go 1.18
Browse files Browse the repository at this point in the history
This reverts commit 9b3f674.
  • Loading branch information
cailloumajor committed Mar 17, 2022
1 parent 9b3f674 commit a71fe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.x <1.18
go-version: 1.x
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit a71fe74

Please sign in to comment.