mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2025-12-12 07:40:39 -08:00
f
This commit is contained in:
7
.github/workflows/CI-master_tests.yml
vendored
7
.github/workflows/CI-master_tests.yml
vendored
@@ -212,15 +212,14 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Download repo
|
# Download repo
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
# Setup go
|
# Setup go
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: 1.17rc1
|
go-version: '1.23'
|
||||||
stable: false
|
|
||||||
- run: go version
|
- run: go version
|
||||||
|
|
||||||
# Build linpeas
|
# Build linpeas
|
||||||
|
|||||||
Reference in New Issue
Block a user