Skip to content

dependencies updates and tests (#17) #38

dependencies updates and tests (#17)

dependencies updates and tests (#17) #38

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- "*"
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-12
- ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.20.14'
cache: true
- run: go run mage.go check