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 6c3b7a5 commit 9cb529eCopy full SHA for 9cb529e
.github/workflows/golangci-lint.yml
@@ -10,7 +10,7 @@ jobs:
10
name: lint
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: actions/setup-go@v4
15
with:
16
go-version: "1.20"
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
name: run
17
18
19
20
21
go-version: '1.20'
0 commit comments