Skip to content

Update actions/checkout digest to 11bd719 #29

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #29

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@v4
with:
go-version: 1.19
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Test
run: go test -v -race