Skip to content

Commit 002e15b

Browse files
committed
readme fixes
1 parent c2c6e46 commit 002e15b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macOS-12]
16+
os: [ubuntu-latest, windows-latest, macOS-13]
1717
go-version: [1.19.x]
1818
steps:
1919
- name: Set up Go

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
## Installation Instructions
5555

56-
uncover requires **go1.17** to install successfully. Run the following command to get the repo -
56+
uncover requires **go1.19** to install successfully. Run the following command to get the repo -
5757

5858
```sh
5959
go install -v github.com/projectdiscovery/uncover/cmd/uncover@latest

0 commit comments

Comments
 (0)