Skip to content

Merge remote-tracking branch 'origin/faddat/lint' into combined-maint… #951

Merge remote-tracking branch 'origin/faddat/lint' into combined-maint…

Merge remote-tracking branch 'origin/faddat/lint' into combined-maint… #951

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test ./...