mirror of
https://github.com/nabbar/golib.git
synced 2025-09-26 20:01:15 +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
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.24.0'
|
||||
go-version: '>=1.25.0'
|
||||
|
||||
- name: Check Go Version
|
||||
run: go version
|
||||
|
Reference in New Issue
Block a user