Signed-off-by: Andrea Barberio <insomniac@slackware.it>
@@ -28,6 +28,11 @@ jobs:
set -exu
cd $GITHUB_WORKSPACE/src/github.com/${{ github.repository }}/cmds/coredhcp
go build
+ - uses: actions/upload-artifact@v4
+ with:
+ name: coredhcp-${{ matrix.go }}
+ path: src/github.com/${{ github.repository }}/cmds/coredhcp/coredhcp
+ if-no-files-found: error
coredhcp-generator:
runs-on: ubuntu-latest
strategy:
@@ -21,9 +21,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.2
-
- # Optional: golangci-lint command line arguments.
- # args: --issues-exit-code=0
+ args: --timeout=120s
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true