Skip to content

Update golang:1.23-bullseye Docker digest to bc1b90c #444

Update golang:1.23-bullseye Docker digest to bc1b90c

Update golang:1.23-bullseye Docker digest to bc1b90c #444

Workflow file for this run

name: 'Check'
on:
push:
branches:
- 'master'
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
jobs:
build:
if: github.event_name != 'push'
uses: SlashNephy/.github/.github/workflows/go-run.yml@master
permissions:
contents: 'read'
with:
task: 'build'
lint:
uses: SlashNephy/.github/.github/workflows/go-lint.yml@master
permissions:
contents: 'read'
pull-requests: 'write'