Skip to content

Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1077) #2388

Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1077)

Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1077) #2388

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23.1
- name: Install pcap
run: sudo apt-get install libpcap-dev
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m