Skip to content

fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 #246

fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842

fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 #246

Workflow file for this run

name: Test
on:
pull_request: {}
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: go test -v -race ./...