Skip to content

Commit

Permalink
chore: update dependencies and improve test coverage
Browse files Browse the repository at this point in the history
- Update Go version from `1.20` to `1.21` in `netlify.toml`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 8, 2024
1 parent 40b4cda commit a2b62e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ functions = "release/linux/lambda"
[build.environment]
GO111MODULE = "on"
GO_IMPORT_PATH = "github.com/appleboy/gorush"
GO_VERSION = "1.20"
GO_VERSION = "1.21"

[[redirects]]
from = "/*"
Expand Down

0 comments on commit a2b62e3

Please sign in to comment.