summaryrefslogtreecommitdiff
path: root/x11/nwg-drawer/files/patch-go.mod
blob: 114bfdbc04e53a297c3c59fcae6ea96f2fba4def (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Drop after lang/go122 appears (switch to USES=go:1.22,modules)

github.com/nwg-piotr/nwg-drawer: cannot compile Go 1.22 code

--- go.mod.orig	2024-02-08 02:12:17 UTC
+++ go.mod
@@ -1,6 +1,6 @@ module github.com/nwg-piotr/nwg-drawer
 module github.com/nwg-piotr/nwg-drawer
 
-go 1.22
+go 1.21
 
 require (
 	github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37