Skip to content

Implement jerror.As to retrieve an error in the chain #14

Implement jerror.As to retrieve an error in the chain

Implement jerror.As to retrieve an error in the chain #14

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Test
run: go test -v ./...