forked from mongodb/mongo-go-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,4 @@ api-report.txt | |
# Ignore secrets files | ||
secrets-expansion.yml | ||
secrets-export.sh | ||
.test.env | ||
.test.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ do | |
case "${flag}" in | ||
a) add=1;; | ||
v) verbose=1;; | ||
*) | ||
*) | ||
echo "flag not recognized" | ||
exit 1 | ||
;; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ export GOARCH= | |
# Keep this in sync with go version used in static-analysis Evergreen build variant. | ||
go install golang.org/dl/go1.22.7@latest | ||
go1.22.7 download | ||
export PATH="$(go1.22.7 env GOROOT)/bin:$PATH" | ||
PATH="$(go1.22.7 env GOROOT)/bin:$PATH" | ||
export PATH | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
|
||
export GOOS=$GOOS_ORIG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters