]> Sergey Matveev's repositories - vors.git/commitdiff
No need in very latest Go
authorSergey Matveev <stargrave@stargrave.org>
Sun, 14 Apr 2024 10:17:31 +0000 (13:17 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 14 Apr 2024 10:17:31 +0000 (13:17 +0300)
contrib/dl-and-build
go.mod

index e9b7bc428e82b0867085bf5ae04b62763a9e3165bac787cf9bca3e25ae794eca..c25f6abc425ca8dedc0c7d422c7401407cfaef6b8f3309bcd5ab3c733a52ab86 100755 (executable)
@@ -18,7 +18,7 @@ make -j8
 rm -fr ../libopus
 make install
 cd ..
-go_opus_commit=8de5ddafbba227ce1cb46405c69485391c66f9d2
+go_opus_commit=8dfbda309d77a0b97277d754b93fef44239abff9
 if ! [ -d go-opus ] ; then
     git clone --depth 1 git://git.stargrave.org/go-opus.git
     cd go-opus
diff --git a/go.mod b/go.mod
index 969f3284f1372564716dc3e16c3995a142318ad2796c98e59933196b87d2d96a..82937826e78ca78f696914291c71ff44454c2aa30eb2733d791ffa8f78f538a4 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module go.stargrave.org/vors
 
-go 1.22.2
+go 1.21
 
 require (
        github.com/dustin/go-humanize v1.0.1