Skip to content

Update actions/checkout action to v5 #45

Update actions/checkout action to v5

Update actions/checkout action to v5 #45

Workflow file for this run

name: Testing
on:
workflow_dispatch:
pull_request:
branches:
- 'main'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.25
- name: Checkout
uses: actions/checkout@v5
- name: Test
run: go test -v -race