Skip to content

Update go version to 1.23 #55

Update go version to 1.23

Update go version to 1.23 #55

name: Golang Static Analysis
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