diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 716b4ce41..cea8627ed 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -2,6 +2,9 @@ name: 🔨 Build Test on: pull_request: + paths: + - '**.go' + - '**.mod' workflow_dispatch: jobs: @@ -10,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest-16-cores, windows-latest-8-cores, macOS-latest] + os: [ubuntu-latest, windows-latest, macOS-13] steps: - name: Set up Go uses: actions/setup-go@v4 diff --git a/README.md b/README.md index 80c5711da..391259328 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,6 @@ func main() { # License `subfinder` is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team. Community contributions have made the project what it is. See -the **[THANKS.md](https://github.com/projectdiscovery/subfinder/blob/master/THANKS.md)** file for more details. +the **[THANKS.md](https://github.com/projectdiscovery/subfinder/blob/main/THANKS.md)** file for more details. -Read the usage disclaimer at [DISCLAIMER.md](https://github.com/projectdiscovery/subfinder/blob/master/DISCLAIMER.md) and [contact us](mailto:contact@projectdiscovery.io) for any API removal. +Read the usage disclaimer at [DISCLAIMER.md](https://github.com/projectdiscovery/subfinder/blob/main/DISCLAIMER.md) and [contact us](mailto:contact@projectdiscovery.io) for any API removal. diff --git a/v2/pkg/runner/banners.go b/v2/pkg/runner/banners.go index e360673fd..087e83e3f 100644 --- a/v2/pkg/runner/banners.go +++ b/v2/pkg/runner/banners.go @@ -18,7 +18,7 @@ const banner = ` const ToolName = `subfinder` // Version is the current version of subfinder -const version = `v2.5.7` +const version = `v2.5.8` // showBanner is used to show the banner to the user func showBanner() {