mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 02:47:04 +00:00
rename master branch to main
This commit is contained in:
2
.github/scripts/setup_examples_test.bash
vendored
2
.github/scripts/setup_examples_test.bash
vendored
@@ -4,7 +4,7 @@ for f in ../../_examples/*; do
|
||||
if [ -d "$f" ]; then
|
||||
# Will not run if no directories are available
|
||||
go mod init
|
||||
go get -u github.com/kataras/iris/v12@master
|
||||
go get -u github.com/kataras/iris/v12@main
|
||||
go mod download
|
||||
go run .
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user