Skip to content

[Snyk] Security upgrade alpine from 3.20.1 to 3.21.0 #16

[Snyk] Security upgrade alpine from 3.20.1 to 3.21.0

[Snyk] Security upgrade alpine from 3.20.1 to 3.21.0 #16

Workflow file for this run

name: "Code Check"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
codecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Code check
shell: bash
run: make -j code-check