Skip to content

chore(deps): update image alpine to v3.19.1 #157

chore(deps): update image alpine to v3.19.1

chore(deps): update image alpine to v3.19.1 #157

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