Skip to content

go module updates (gvisor and tcpproxy) #1310

go module updates (gvisor and tcpproxy)

go module updates (gvisor and tcpproxy) #1310

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
run: make cross-lint