Skip to content

Commit

Permalink
upgrade ergo's Go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Aug 16, 2024
1 parent 03ad671 commit 4976224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ jobs:
repository: ergochat/ergo
- uses: actions/setup-go@v3
with:
go-version: ^1.22.0
go-version: ^1.23.0
- run: go version
- name: Build Ergo
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ jobs:
repository: ergochat/ergo
- uses: actions/setup-go@v3
with:
go-version: ^1.22.0
go-version: ^1.23.0
- run: go version
- name: Build Ergo
run: |
Expand Down
2 changes: 1 addition & 1 deletion workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ software:
pre_deps:
- uses: actions/setup-go@v3
with:
go-version: '^1.22.0'
go-version: '^1.23.0'
- run: go version
separate_build_job: false
build_script: |
Expand Down

0 comments on commit 4976224

Please sign in to comment.