Skip to content

Commit

Permalink
Remove use of golint as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
stilvoid committed Feb 2, 2023
1 parent 1ae4dfb commit 3b97329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

- run: |
apt-get update && \
apt-get install -y hub zip && \
go get -u golang.org/x/lint/golint
apt-get install -y hub zip
- run: |
./build.sh
Expand Down
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ declare -A PLATFORMS=([linux]=linux [darwin]=macos [windows]=windows)
declare -A ARCHITECTURES=([386]=i386 [amd64]=amd64 [arm]=arm [arm64]=arm64)

# Run tests first
golint -set_exit_status ./... || exit 1
go vet ./... || exit 1
go test ./... || exit 1

Expand Down

0 comments on commit 3b97329

Please sign in to comment.