We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c6e46 commit 002e15bCopy full SHA for 002e15b
.github/workflows/build-test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, windows-latest, macOS-12]
+ os: [ubuntu-latest, windows-latest, macOS-13]
17
go-version: [1.19.x]
18
steps:
19
- name: Set up Go
README.md
@@ -53,7 +53,7 @@
53
54
## Installation Instructions
55
56
-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 -
57
58
```sh
59
go install -v github.com/projectdiscovery/uncover/cmd/uncover@latest
0 commit comments