Skip to content

Update actions/checkout digest to 11bd719 #21

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #21

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