Skip to content

Try to fix status badges #4

Try to fix status badges

Try to fix status badges #4

Workflow file for this run

name: Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: ['1.19.x', '1.21.x']
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: WillAbides/setup-go-faster@v1.10.1
with:
go-version: ${{ matrix.go-version }}
- name: Tests
run: go test ./...