Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Replace gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 #32

Replace gopkg.in/yaml.v2 with go.yaml.in/yaml/v2

Replace gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 #32

Workflow file for this run

name: Unit Test
on:
push:
branches: [ 'master', 'main', 'release-*' ]
pull_request:
branches: [ 'master', 'main', 'release-*' ]
jobs:
test:
name: Unit Test
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: ./hack/unit-test.sh