Skip to content

Commit cd803ce

Browse files
committed
update ci
Signed-off-by: cpanato <[email protected]>
1 parent 8bb8061 commit cd803ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/boilerplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2828

29-
- uses: chainguard-dev/actions/boilerplate@84c993eaf02da1c325854fb272a4df9184bd80fc # main
29+
- uses: chainguard-dev/actions/boilerplate@e82b4e5ae10182af72972addcb3fedf7454621c8 # main
3030
with:
3131
extension: ${{ matrix.extension }}
3232
language: ${{ matrix.language }}

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
go-version:
15-
- '1.21'
1615
- '1.22'
1716

1817
name: Build ${{ matrix.go-version }}

0 commit comments

Comments
 (0)