Skip to content

Update module golang.org/x/tools to v0.47.0 #368

Update module golang.org/x/tools to v0.47.0

Update module golang.org/x/tools to v0.47.0 #368

Workflow file for this run

name: E2E Tests
on:
pull_request:
branches:
- main
paths-ignore:
- 'website/**'
- '.github/workflows/website-*.yaml'
push:
branches:
- main
paths-ignore:
- 'website/**'
- '.github/workflows/website-*.yaml'
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test-e2e