1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

chore: update go version

This commit is contained in:
Zack Scholl 2025-03-02 08:25:17 -08:00
parent aee467dd60
commit ad96d4081f
5 changed files with 10 additions and 10 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '^1.23.5'
go-version: '^1.24.0'
- name: Display Go version
run: go version

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '^1.23.5'
go-version: '^1.24.0'
- name: Prepare source tarball
run: |