Skip to content

Bump golang.org/x/tools from 0.9.1 to 0.9.2 #286

Bump golang.org/x/tools from 0.9.1 to 0.9.2

Bump golang.org/x/tools from 0.9.1 to 0.9.2 #286

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
- name: Install Go
uses: actions/setup-go@v4.0.1
with:
go-version-file: go.mod
- name: Build
run: make