Skip to content

Bump golang.org/x/tools from 0.26.0 to 0.27.0 in /hack/goimports #177

Bump golang.org/x/tools from 0.26.0 to 0.27.0 in /hack/goimports

Bump golang.org/x/tools from 0.26.0 to 0.27.0 in /hack/goimports #177

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4.2.2
- name: Setup Go
uses: actions/setup-go@v5.1.0
with:
go-version-file: go.mod
check-latest: true
- name: Run Tests
run: make test