Skip to content

Add toolchain version to tests/e2e/go.mod #479

Add toolchain version to tests/e2e/go.mod

Add toolchain version to tests/e2e/go.mod #479

name: Workflow
# yamllint sees the below line as a true or false value instead of an 'on' trigger
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: ["**"]
jobs:
# golang static analysis checks
go-static-analysis:
uses: dell/common-github-actions/.github/workflows/go-static-analysis.yaml@main
name: Golang Validation