Skip to content

Commit 3b97329

Browse files
committed
Remove use of golint as it is deprecated
1 parent 1ae4dfb commit 3b97329

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616

1717
- run: |
1818
apt-get update && \
19-
apt-get install -y hub zip && \
20-
go get -u golang.org/x/lint/golint
19+
apt-get install -y hub zip
2120
2221
- run: |
2322
./build.sh

build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ declare -A PLATFORMS=([linux]=linux [darwin]=macos [windows]=windows)
1313
declare -A ARCHITECTURES=([386]=i386 [amd64]=amd64 [arm]=arm [arm64]=arm64)
1414

1515
# Run tests first
16-
golint -set_exit_status ./... || exit 1
1716
go vet ./... || exit 1
1817
go test ./... || exit 1
1918

0 commit comments

Comments
 (0)