We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde7d57 commit c23a9f0Copy full SHA for c23a9f0
1 file changed
.github/workflows/gochat_v1.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v4
22
with:
23
- go-version: '1.23.5'
+ go-version: '1.25.0'
24
- name: Install CGO
25
run: sudo apt-get install gcc-mingw-w64
26
- name: Build all
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
run: make all OS=linux ARCH=amd64 -j$(nproc)
49
- name: Publish server
0 commit comments