Update build.yml: require Go 1.24 minimum

Will be migrating hkdf and sha3 from golang.org/x/crypto into the standard library which is new to Go 1.24.
This commit is contained in:
Evan Su 2025-02-11 18:48:21 -05:00 committed by GitHub
parent 7959f4c0a3
commit 11157a4b19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '>1.18'
go-version: '>=1.24'
check-latest: true
cache: false