Skip to content

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

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 #16

Workflow file for this run

name: Continuous Integration
on: push
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19
- run: sudo apt-get install pass gnome-keyring dbus-x11
- uses: actions/checkout@v2
- run: go test -race ./...
mac:
runs-on: macos-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19
- run: brew install pass gnupg
- uses: actions/checkout@v2
- run: go test -race ./...