Skip to content

Commit 702d11c

Browse files
committed
update workflows
1 parent 42c3fc1 commit 702d11c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
1617
- uses: actions/setup-go@v4
1718
with:
18-
go-version: '1.21'
19-
cache: false
19+
go-version: 1.21
20+
21+
- name: Install libasound2-dev
22+
run: sudo apt install libasound2-dev
23+
2024
- name: golangci-lint
2125
uses: golangci/golangci-lint-action@v3
2226
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
# Setup Go
1919
- name: Setup Go
20-
uses: actions/setup-go@v3
20+
uses: actions/setup-go@v4
2121
with:
2222
go-version: 1.21
2323

0 commit comments

Comments
 (0)