Skip to content

Commit

Permalink
chore(project): run golangci-lint-action on Go 1.17 only (#1004)
Browse files Browse the repository at this point in the history
Fixes #1003

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
  • Loading branch information
xcoulon authored Apr 30, 2022
1 parent 25ab040 commit 5b22ad6
Show file tree
Hide file tree
Showing 2 changed files with 103,225 additions and 15,189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.17.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 5b22ad6

Please sign in to comment.