mirror of
https://github.com/Picocrypt/CLI.git
synced 2026-03-11 14:44:23 +00:00
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:
parent
7959f4c0a3
commit
11157a4b19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue