Skip to content

Commit

Permalink
Stop lint - golint is dead, we can find another one at some point
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Jan 18, 2024
1 parent 7414677 commit 7f67c04
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,8 @@ env:

jobs:

lint:
runs-on: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.21'
- run: export PATH="$PATH:/go/bin"
- run: go get -u golang.org/x/lint/golint
- run: golint -set_exit_status $(go list ./... | grep -v /vendor/)

build_and_deploy:
runs-on: [ubuntu-latest]
needs: [lint]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7f67c04

Please sign in to comment.