Skip to content

1.21 -> 1.21.0

1.21 -> 1.21.0 #300

Workflow file for this run

on:
pull_request:
paths:
- '**/*.go'
- '**/*.mod'
- '**/*.sum'
- '**/*.yaml'
name: CI
jobs:
test:
strategy:
matrix:
go-version: [dev-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: kevincobain2000/[email protected]
with:
version: ${{ matrix.go-version }}
- name: Test
run: go test -race -v ./... -count=1