Skip to content

chore(deps): bump actions/checkout from 3 to 4 in the github-actions group #8

chore(deps): bump actions/checkout from 3 to 4 in the github-actions group

chore(deps): bump actions/checkout from 3 to 4 in the github-actions group #8

Workflow file for this run

name: Run tests
on: [pull_request, push]
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.18', '1.23' ]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go test -v -cover ./...