diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 140a5a9b9..d6914821e 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/setup-go@v4 with: - go-version: stable + go-version: 1.25.6 cache: false - uses: actions/checkout@v3 - name: Install pcap