all: update golang.org/x/tools dependency to support Go v1.22.0 (#401)

This commit is contained in:
Todd Treece
2024-02-07 12:25:46 -05:00
committed by GitHub
parent 0675cdc919
commit e57deea2f8
9 changed files with 73 additions and 49 deletions

View File

@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.17.x]
go-version: [1.22.x]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go