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 38de2ad + 4105c7b commit 775d44aCopy full SHA for 775d44a
.github/workflows/checks.yaml
@@ -18,7 +18,7 @@ jobs:
18
name: Lint files
19
runs-on: 'ubuntu-latest'
20
steps:
21
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
22
with:
23
go-version: ${{ env.GO_VERSION }}
24
cache: false
.github/workflows/release.yaml
if: startsWith(github.ref, 'refs/tags/v') == true
runs-on: ubuntu-latest
check-latest: true
0 commit comments