Skip to content

Bump golang.org/x/tools from 0.18.0 to 0.19.0 #15

Bump golang.org/x/tools from 0.18.0 to 0.19.0

Bump golang.org/x/tools from 0.18.0 to 0.19.0 #15

Workflow file for this run

name: ghasum
on:
pull_request: ~
push:
branches:
- main
permissions: read-all
jobs:
verify:
name: Verify
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Verify checksums
run: go run ./cmd/ghasum verify -cache /home/runner/work/_actions