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 c35acac + 7355d0a commit 97012dbCopy full SHA for 97012db
.github/workflows/go.yml
@@ -11,9 +11,9 @@ jobs:
11
name: lint
12
runs-on: ubuntu-22.04
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
- name: golangci-lint
16
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v3
17
build:
18
19
.github/workflows/manual-build.yml
0 commit comments