Update golang:1.23-bullseye Docker digest to b3240b8 #385
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |