Skip to content

Commit

Permalink
Merge pull request #306 from appwrite/feat-go-1.23
Browse files Browse the repository at this point in the history
Feat: Go 1.23 upgrade
  • Loading branch information
christyjacob4 authored Aug 21, 2024
2 parents 05fdd33 + 413b326 commit 822eb50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go/discord-command-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Sample `401` Response:

| Setting | Value |
| ----------------- | ------------- |
| Runtime | Go (1.22) |
| Runtime | Go (1.23) |
| Entrypoint | `main.go` |
| Permissions | `any` |
| Timeout (Seconds) | 15 |
Expand Down
2 changes: 1 addition & 1 deletion go/discord-command-bot/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module openruntimes/handler

go 1.22.5
go 1.23.0

require github.com/open-runtimes/types-for-go/v4 v4.0.1
2 changes: 1 addition & 1 deletion go/starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Sample `200` Response:

| Setting | Value |
| ----------------- | ------------- |
| Runtime | Go (1.22) |
| Runtime | Go (1.23) |
| Entrypoint | `main.go` |
| Permissions | `any` |
| Timeout (Seconds) | 15 |
Expand Down
2 changes: 1 addition & 1 deletion go/starter/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module openruntimes/handler

go 1.22.5
go 1.23.0

require github.com/open-runtimes/types-for-go/v4 v4.0.5

Expand Down

0 comments on commit 822eb50

Please sign in to comment.