ci: update go-version
All checks were successful
Format and Lint / format-check (push) Successful in 14m42s
All checks were successful
Format and Lint / format-check (push) Successful in 14m42s
This commit is contained in:
parent
5466ff1347
commit
1a7d9ea797
1 changed files with 1 additions and 1 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.20"
|
go-version: '1.23.3'
|
||||||
|
|
||||||
- name: Run Format Check
|
- name: Run Format Check
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue