Skip to content

FIX: adjust packet metadata url and apiVersion for new equinix api #57

FIX: adjust packet metadata url and apiVersion for new equinix api

FIX: adjust packet metadata url and apiVersion for new equinix api #57

Workflow file for this run

name: Go
on:
push:
branches: [ "flatcar-master" ]
pull_request:
branches: [ "flatcar-master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: Build
run: ./build
- name: Test
run: ./test