diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index c386aa81..fb4aa887 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-12] + os: [ubuntu-latest, windows-latest, macOS-13] go-version: [1.19.x] steps: - name: Set up Go diff --git a/README.md b/README.md index 5235fc2b..9fdf88e9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ ## Installation Instructions -uncover requires **go1.17** to install successfully. Run the following command to get the repo - +uncover requires **go1.19** to install successfully. Run the following command to get the repo - ```sh go install -v github.com/projectdiscovery/uncover/cmd/uncover@latest