Skip to content

fix(deps): update module gopkg.in/yaml.v2 to v3 #132

fix(deps): update module gopkg.in/yaml.v2 to v3

fix(deps): update module gopkg.in/yaml.v2 to v3 #132

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
jobs:
test:
name: Test
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.1
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...