Skip to content

chore(deps): update image golang to v1.23.1 #247

chore(deps): update image golang to v1.23.1

chore(deps): update image golang to v1.23.1 #247

Workflow file for this run

# GitHub Actions workflow to build and test a Go project.
name: "Go"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
merge_group:
jobs:
build:
name: "Build"
uses: HyperaDev/actions/.github/workflows/go-build.yml@main
with:
go_version: "stable"
codecov_enabled: true
vulncheck_enabled: true