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.
2 parents 322510c + fe176a3 commit 1aa34d6Copy full SHA for 1aa34d6
.github/workflows/golangci-lint.yaml
@@ -16,7 +16,7 @@ jobs:
16
sudo apt-get --allow-releaseinfo-change update
17
sudo apt-get install -y libgtk-3-dev libasound2-dev libxxf86vm-dev
18
- name: Set up Go environment
19
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
20
with:
21
go-version: '1.24.x'
22
- uses: actions/checkout@v5
.github/workflows/test.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
- name: Checkout out source code
0 commit comments