Skip to content

Commit c23a9f0

Browse files
committed
upgraded go
1 parent cde7d57 commit c23a9f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gochat_v1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v4
2222
with:
23-
go-version: '1.23.5'
23+
go-version: '1.25.0'
2424
- name: Install CGO
2525
run: sudo apt-get install gcc-mingw-w64
2626
- name: Build all
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v4
4545
with:
46-
go-version: '1.23.5'
46+
go-version: '1.25.0'
4747
- name: Build all
4848
run: make all OS=linux ARCH=amd64 -j$(nproc)
4949
- name: Publish server

0 commit comments

Comments
 (0)