mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #229672 from giorgiga/gomplate-go120
gomplate: add reminder to switch to go 1.20
This commit is contained in:
commit
c6bc129f2f
@ -7,6 +7,10 @@ buildGoModule rec {
|
||||
pname = "gomplate";
|
||||
version = "3.11.5";
|
||||
|
||||
# gomplate is currently built w/ go 1.19 (see pkgs/top-level/all-packages.nix), but
|
||||
# it seems the reported "go 1.20 build failure" does no longer occurr.
|
||||
# TODO remove indication to use go 1.19 in pkgs/top-level/all-packages.nix when next upgrading gomplate
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hairyhenderson";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user