Skip to content

Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 #55

Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0

Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 #55

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: utilitywarehouse/actions-go/setup@main
with:
go-version: '^1.20'
- name: Lint
uses: magefile/mage-action@v1
with:
version: latest
args: lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: utilitywarehouse/actions-go/setup@main
with:
go-version: '^1.20'
- name: test
uses: magefile/mage-action@v1
with:
version: latest
args: test