Update Go version to 1.25 in workflow files
This commit is contained in:
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@@ -18,10 +18,10 @@ jobs:
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
||||
|
||||
- name: Set up Go 1.24
|
||||
- name: Set up Go 1.25
|
||||
uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639
|
||||
with:
|
||||
go-version: '1.24'
|
||||
go-version: '1.25'
|
||||
|
||||
- name: Run Go tests
|
||||
run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user