mirror of
https://github.com/nabbar/golib.git
synced 2025-09-27 04:06:05 +08:00
Bump minimal go version in action
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.24.0'
|
go-version: '>=1.25.0'
|
||||||
|
|
||||||
- name: Check Go Version
|
- name: Check Go Version
|
||||||
run: go version
|
run: go version
|
||||||
|
Reference in New Issue
Block a user