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 42c3fc1 commit 702d11cCopy full SHA for 702d11c
.github/workflows/golangci-lint.yml
@@ -13,10 +13,14 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
+
17
- uses: actions/setup-go@v4
18
with:
- go-version: '1.21'
19
- cache: false
+ go-version: 1.21
20
21
+ - name: Install libasound2-dev
22
+ run: sudo apt install libasound2-dev
23
24
- name: golangci-lint
25
uses: golangci/golangci-lint-action@v3
26
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
# Setup Go
- name: Setup Go
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
go-version: 1.21
0 commit comments