Skip to content

Bump golang.org/x/tools from 0.17.0 to 0.22.0 #5734

Bump golang.org/x/tools from 0.17.0 to 0.22.0

Bump golang.org/x/tools from 0.17.0 to 0.22.0 #5734

Workflow file for this run

---
name: Pull Request CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}