Skip to content

Commit

Permalink
ci: refactor codebase and update dependencies
Browse files Browse the repository at this point in the history
- Downgrade Go version from 1.22 to 1.20 in the Netlify configuration file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jun 8, 2024
1 parent 3b07137 commit 40b4cda
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.22"
GO_VERSION = "1.20"

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

0 comments on commit 40b4cda

Please sign in to comment.