Skip to content

Fix the module name to be module gopkg.in/vansante/go-network-file.v2 #32

Fix the module name to be module gopkg.in/vansante/go-network-file.v2

Fix the module name to be module gopkg.in/vansante/go-network-file.v2 #32

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test -v ./...