Skip to content

chore(deps): update codecov/codecov-action action to v5.5.2 (#402) #421

chore(deps): update codecov/codecov-action action to v5.5.2 (#402)

chore(deps): update codecov/codecov-action action to v5.5.2 (#402) #421

Workflow file for this run

name: Validate
on:
# #region triggers
workflow_dispatch:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
# #endregion triggers
permissions: {}
jobs:
validate:
name: Validate
uses: ./.github/workflows/tooling-validate.yml
with:
# #region inputs
go-version: "1.25.x"
go-versions: '["1.25.x"]'
golangci-lint-version: "v2.7.1"
goreleaser-version: "2.13.0"
platforms: '["ubuntu-latest", "windows-latest", "macos-latest"]'
k6-versions: '["v1.2.3","v1.0.0"]'
bats: .github/validate.bats
# #endregion inputs