Skip to content

Update golang.org/x/exp digest to 944ab1f #1329

Update golang.org/x/exp digest to 944ab1f

Update golang.org/x/exp digest to 944ab1f #1329

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run build
run: make build