fix version mismatch in tests
All checks were successful
Go / build (push) Successful in 2m31s

This commit is contained in:
saji 2024-02-28 14:12:17 -06:00
parent a8e7d407fe
commit 3de6bfd7d3

View file

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
- name: Install Staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Build