This commit is contained in:
carlospolop
2025-12-12 16:25:36 +01:00
parent b09bd92116
commit 0277e447f0

View File

@@ -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