Skip to content

feat: add xnet strip address #56

feat: add xnet strip address

feat: add xnet strip address #56

Workflow file for this run

name: tests
on:
push:
branches:
- '*'
- '*/*'
- '**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
- name: go tests
run: go test -race -v ./...