Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fastly/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ api_endpoint = "https://api.fastly.com"
[language]
[language.go]
tinygo_constraint = ">= 0.26.0-0" # NOTE -0 indicates to the CLI's semver package that we accept pre-releases (TinyGo users commonly use pre-releases).
toolchain_constraint = ">= 1.17"
toolchain_constraint = ">= 1.18"

[language.rust]
toolchain_constraint = ">= 1.56.1"
Expand Down