mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Upgrade to Go 1.21 (#2475)
* Upgrade to Go 1.21 * Remove 'replacements' from goreleaser config
This commit is contained in:
parent
1b5cefdada
commit
f941347cf1
6 changed files with 10 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue