Skip to content

chore: bump kpm to 0.6 and lib to 0.7.6 (#210) #499

chore: bump kpm to 0.6 and lib to 0.7.6 (#210)

chore: bump kpm to 0.6 and lib to 0.7.6 (#210) #499

Workflow file for this run

name: build-and-test-macos
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
runs-on: macos-12
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
# Parallel tests
- run: go test ./...