We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bc481 commit 406e3d6Copy full SHA for 406e3d6
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Go
21
uses: actions/setup-go@v6
22
with:
23
- go-version: '1.25'
+ go-version-file: "go.mod"
24
- name: golangci-lint
25
uses: golangci/golangci-lint-action@v8
26
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
- run: just test
46
47
test-integration:
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
- name: Update APT
79
run: sudo apt-get update
80
- name: Install Qemu
0 commit comments