Skip to content

Commit 06d4dac

Browse files
committed
go/lint: update nancy to v1.0.23
1 parent 7bb2801 commit 06d4dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/lint-project.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if [[ "$EXPERIMENTAL" == *"gitleaks"* ]]; then
122122
fi
123123

124124
# nancy (vulnerable dependencies)
125-
if [[ "$OS_NAME" == "linux" ]]; then wget -q -O ./bin/nancy https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.22/nancy-v1.0.22-linux-amd64; fi
126-
if [[ "$OS_NAME" == "osx" ]]; then wget -q -O ./bin/nancy https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.22/nancy-v1.0.22-darwin-amd64; fi
125+
if [[ "$OS_NAME" == "linux" ]]; then wget -q -O ./bin/nancy https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.23/nancy-v1.0.23-linux-amd64; fi
126+
if [[ "$OS_NAME" == "osx" ]]; then wget -q -O ./bin/nancy https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.23/nancy-v1.0.23-darwin-amd64; fi
127127
if [[ "$OS_NAME" != "windows" ]]; then
128128
chmod +x ./bin/nancy
129129
./bin/nancy --version

0 commit comments

Comments
 (0)