Skip to content

Commit 9de6415

Browse files
authored
upgrade ergo to go 1.24 (#298)
1 parent 638f959 commit 9de6415

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ jobs:
558558
repository: ergochat/ergo
559559
- uses: actions/setup-go@v3
560560
with:
561-
go-version: ^1.23.0
561+
go-version: ^1.24.0
562562
- run: go version
563563
- name: Build Ergo
564564
run: |

.github/workflows/test-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ jobs:
636636
repository: ergochat/ergo
637637
- uses: actions/setup-go@v3
638638
with:
639-
go-version: ^1.23.0
639+
go-version: ^1.24.0
640640
- run: go version
641641
- name: Build Ergo
642642
run: |

workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ software:
136136
pre_deps:
137137
- uses: actions/setup-go@v3
138138
with:
139-
go-version: '^1.23.0'
139+
go-version: '^1.24.0'
140140
- run: go version
141141
separate_build_job: false
142142
build_script: |

0 commit comments

Comments
 (0)