Skip to content

Commit 498be99

Browse files
committed
Upgrade CI Golang version to the same as the 1.24 project version
1 parent 2147d6f commit 498be99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd_github.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Setup GO
22-
uses: actions/setup-go@v3
22+
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.20'
24+
go-version: '1.24'
2525

2626
- name: Extract CLI Name and Version
2727
run: |

0 commit comments

Comments
 (0)