gomplate: force build with go 1.20

This commit is contained in:
Giorgio Gallo 2023-11-04 12:32:59 +01:00
parent 9d5d25bbfe
commit 29b2557347
No known key found for this signature in database

View file

@ -1,9 +1,16 @@
# Gomplate 3.x does not build with go > 1.20.
# Version 4 of gomplate (yet unreleased) should not have this issue.
#
# see https://github.com/hairyhenderson/gomplate/issues/1872
{ lib
, buildGoModule
#, buildGoModule
, buildGo120Module
, fetchFromGitHub
}:
buildGoModule rec {
# buildGoModule rec {
buildGo120Module rec {
pname = "gomplate";
version = "3.11.5";