Skip to content

Update actions/checkout digest to 11bd719 #14

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #14

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Test
run: go test -v -race