Skip to content

Commit 2d0928e

Browse files
fix: use installed go
1 parent 722f12b commit 2d0928e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
fetch-depth: 0
2929
- name: Generate BPF code
3030
run: go generate ./bpf-prog/block-iptables/...
31+
env:
32+
GOTOOLCHAIN: local
3133
- name: golangci-lint
3234
uses: golangci/golangci-lint-action@v6
3335
with:

0 commit comments

Comments
 (0)