Unverified Commit dab64c1e authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #265445 from giorgiga/gomplate-fix-build

gomplate: force build with go 1.20
parents 59ff987f 29b25573
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
# 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";