Skip to content

2025 01 25 Project cleanup #1

2025 01 25 Project cleanup

2025 01 25 Project cleanup #1

Workflow file for this run

name: Simple Go Pipeline - validate
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
call-workflow:
uses: baalimago/simple-go-pipeline/.github/workflows/validate.yml@main
with:
go-version: "1.23"
staticcheck-version: "2024.1.1"
# Tests are disabled since we do this in the test.yml stage
test: false