Skip to content

Bump golang.org/x/net from 0.12.0 to 0.23.0 #181

Bump golang.org/x/net from 0.12.0 to 0.23.0

Bump golang.org/x/net from 0.12.0 to 0.23.0 #181

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
env:
XTABLES_LOCKFILE: /tmp/xtables.lock
run:
make test