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:
# Download repo
- uses: actions/checkout@v2
- uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
# Setup go
- uses: actions/setup-go@v2
- uses: actions/setup-go@v6
with:
go-version: 1.17rc1
stable: false
go-version: '1.23'
- run: go version
# Build linpeas