mirror of
https://github.com/chainguard-dev/clog
synced 2026-07-08 06:46:05 +00:00
setup dependabot for clog (#18)
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
This commit is contained in:
parent
40901e8d69
commit
1a2666f783
3 changed files with 23 additions and 3 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -17,9 +17,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version-file: './go.mod'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue