Skip to content

Bump golang.org/x/tools from 0.24.0 to 0.25.0 in the go-modules group… #5

Bump golang.org/x/tools from 0.24.0 to 0.25.0 in the go-modules group…

Bump golang.org/x/tools from 0.24.0 to 0.25.0 in the go-modules group… #5

Workflow file for this run

name: "Test"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
run:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: "Setup Go"
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Test
run: |
go test -v ./...