We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb8061 commit cd803ceCopy full SHA for cd803ce
.github/workflows/boilerplate.yaml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
29
- - uses: chainguard-dev/actions/boilerplate@84c993eaf02da1c325854fb272a4df9184bd80fc # main
+ - uses: chainguard-dev/actions/boilerplate@e82b4e5ae10182af72972addcb3fedf7454621c8 # main
30
with:
31
extension: ${{ matrix.extension }}
32
language: ${{ matrix.language }}
.github/workflows/build.yaml
@@ -12,7 +12,6 @@ jobs:
12
fail-fast: false
13
matrix:
14
go-version:
15
- - '1.21'
16
- '1.22'
17
18
name: Build ${{ matrix.go-version }}
0 commit comments