Skip to content

chore(go): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /tools in the gotools group #494

chore(go): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /tools in the gotools group

chore(go): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /tools in the gotools group #494

Workflow file for this run

---
name: Test
"on":
pull_request:
branches:
- main
jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: make devkit.run
env:
WHAT: make coverage.out
- name: Send Coveralls Coverage
run: make devkit.run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WHAT: make goveralls