1
0
Fork 0
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:
Kenny Leung 2024-06-21 00:00:44 -07:00 committed by GitHub
parent 40901e8d69
commit 1a2666f783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 3 deletions

View file

@ -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 ./...