Skip to content

Update golang Docker tag to v1.21.13 #163

Update golang Docker tag to v1.21.13

Update golang Docker tag to v1.21.13 #163

Workflow file for this run

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