Skip to content

Add large communities decoder and fix local pref attribute flag validation #164

Add large communities decoder and fix local pref attribute flag validation

Add large communities decoder and fix local pref attribute flag validation #164

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: go build examples/features/main.go