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 db450b5 commit a44baaaCopy full SHA for a44baaa
1 file changed
.github/workflows/workflow.yml
@@ -13,13 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
15
steps:
16
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
17
- uses: actions/setup-go@v6
18
with:
19
go-version: 'stable'
20
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4
21
- name: lint
22
- uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
+ uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
23
24
version: latest
25
- name: test
0 commit comments