mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-01-18 07:46:00 -08:00
Fix PR tests Go setup and update linpeas parts
This commit is contained in:
5
.github/workflows/PR-tests.yml
vendored
5
.github/workflows/PR-tests.yml
vendored
@@ -110,10 +110,9 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
# Setup go
|
||||
- uses: actions/setup-go@v2
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.17.0-rc1
|
||||
stable: false
|
||||
go-version: '1.23'
|
||||
- run: go version
|
||||
|
||||
# Build linpeas
|
||||
|
||||
Reference in New Issue
Block a user