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:
parent
aee467dd60
commit
ad96d4081f
5 changed files with 10 additions and 10 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue