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 56a09d2 commit 09e4145Copy full SHA for 09e4145
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: [1.18, oldstable, stable]
23
runs-on: ${{ matrix.os }}
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
with:
27
fetch-depth: 0
28
- uses: actions/setup-go@v5
.github/workflows/lint.yml
@@ -6,15 +6,15 @@ jobs:
6
editorconfig:
7
runs-on: ubuntu-latest
8
9
10
- uses: editorconfig-checker/action-editorconfig-checker@main
11
- run: editorconfig-checker
12
13
golangci:
14
name: lint
15
16
17
18
19
20
go-version: ~1.19
0 commit comments