chore(deps): update dependency go to 1.24.x
This commit is contained in:
parent
f1a2b382d7
commit
33e2fab4a5
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23.x'
|
go-version: '1.24.x'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Run go fmt and go vet
|
- name: Run go fmt and go vet
|
||||||
run: |
|
run: |
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23.x'
|
go-version: '1.24.x'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Run tests and generate coverage report
|
- name: Run tests and generate coverage report
|
||||||
run: |
|
run: |
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23.x'
|
go-version: '1.24.x'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Set environment variables
|
- name: Set environment variables
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue