Update go version in pre-commit.yml to match the version used for hishtory

This commit is contained in:
David Dworken 2023-11-08 18:57:42 -08:00
parent 7d9664363d
commit f7b662e7f4
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- name: Install dependencies
run: |