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.
2 parents 5312177 + 74def04 commit 0bf0616Copy full SHA for 0bf0616
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
+ - uses: actions/checkout@9f265659d3bb64ab1440b03b12f4d47a24320917
17
- uses: actions/setup-go@8e57b58e57be52ac95949151e2777ffda8501267
18
with:
19
go-version: "1.24"
.github/workflows/lint.yml
name: lint
0 commit comments