Skip to content

Commit 23f55a8

Browse files
committed
Chore: Update go version '1.25'
* modified: .github/workflows/ci.yml * modified: .github/workflows/release.yml Signed-off-by: Muhammad Amin Boubaker <[email protected]>
1 parent 73a0104 commit 23f55a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.20'
18+
go-version: '1.25'
1919

2020
- name: Build
21-
run: make build
21+
run: make build

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.20'
19+
go-version: '1.25'
2020

2121
- name: Build for all platforms
2222
run: |
@@ -32,4 +32,4 @@ jobs:
3232
nvidia-ai-chat-windows-amd64.exe
3333
nvidia-ai-chat-darwin-amd64
3434
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)