summaryrefslogtreecommitdiff
path: root/x11/nwg-look/files/patch-go.mod
blob: d0b3adc392ceaca4ae780b0a59e3e16d5da8b989 (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-look: cannot compile Go 1.22 code

--- go.mod.orig	2025-01-17 00:47:24 UTC
+++ go.mod
@@ -1,6 +1,6 @@ module github.com/nwg-piotr/nwg-look
 module github.com/nwg-piotr/nwg-look
 
-go 1.23
+go 1.21
 
 require (
 	github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56