Upgrade to Go 1.21 (#2475)

* Upgrade to Go 1.21

* Remove 'replacements' from goreleaser config
This commit is contained in:
Deluan Quintão 2023-08-09 11:39:49 -04:00 committed by GitHub
parent 1b5cefdada
commit f941347cf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 16 deletions

View file

@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.15, 1.14
"VARIANT": "1.20",
"VARIANT": "1.21",
// Options
"INSTALL_NODE": "true",
"NODE_VERSION": "v18"