Unverified Commit 3160f276 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #288800 from aaronjheng/gomplate

gomplate: unpin go1.20
parents a1b7913c ef4cfeb3
Loading
Loading
Loading
Loading
+2 −9
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
, buildGo120Module
, buildGoModule
, fetchFromGitHub
}:

# buildGoModule rec {
buildGo120Module rec {
buildGoModule rec {
  pname = "gomplate";
  version = "3.11.7";