Skip to content

Bump golang.org/x/tools from 0.23.0 to 0.24.0 #22

Bump golang.org/x/tools from 0.23.0 to 0.24.0

Bump golang.org/x/tools from 0.23.0 to 0.24.0 #22

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
# limit the access of the generated GITHUB_TOKEN
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [oldstable, stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
cache-dependency-path: '**/go.sum'
- name: Unit tests
run: go test -v ./...