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 a462e34 commit 776aa6bCopy full SHA for 776aa6b
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
os: [ubuntu-latest, macOS-latest, windows-latest]
13
name: Go ${{ matrix.go }} in ${{ matrix.os }}
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- uses: actions/setup-go@v3
18
with:
@@ -45,7 +45,7 @@ jobs:
45
needs: [ci]
46
runs-on: ubuntu-latest
47
48
49
50
fetch-depth: 0
51
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
19
20
21
- name: golangci-lint
22
uses: golangci/golangci-lint-action@v3
23
0 commit comments