Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 #14

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 #14

Workflow file for this run

name: Test and generate
on:
push:
branches: [ develop, main ]
pull_request:
jobs:
test:
name: Go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Test
run: |
go test ./...