Skip to content

Bump golang.org/x/tools from 0.11.0 to 0.11.1 in /tools/goimports #1511

Bump golang.org/x/tools from 0.11.0 to 0.11.1 in /tools/goimports

Bump golang.org/x/tools from 0.11.0 to 0.11.1 in /tools/goimports #1511

Workflow file for this run

name: Check go.mod
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go-mod-tidy:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
- name: Run go mod tidy
run: go mod tidy
- name: Check for local changes
run: git diff --exit-code