Skip to content

Bump golang from 1.23.2-alpine3.19 to 1.23.3-alpine3.19 in /cmd (#251) #169

Bump golang from 1.23.2-alpine3.19 to 1.23.3-alpine3.19 in /cmd (#251)

Bump golang from 1.23.2-alpine3.19 to 1.23.3-alpine3.19 in /cmd (#251) #169

Workflow file for this run

name: govulncheck
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
with:
go-version-file: go.mod
go-package: ./...