From df5745d9409fb9c116db59bd14c760e96a6f1f1e Mon Sep 17 00:00:00 2001 From: afrid18 Date: Sun, 18 Feb 2024 16:23:48 +0530 Subject: [PATCH] go version update in go.mod ci builds are failing, instant solution i found was to update version of go.mod to 1.xx instead of 1.xx.xx --- go.mod | 4 +--- go.sum | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 361c19e..055d26c 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module github.com/afrid18/afrid18.github.io -go 1.21.5 - -require github.com/adityatelange/hugo-PaperMod v0.0.0-20240107104123-71ce72b1bfb8 // indirect +go 1.22 diff --git a/go.sum b/go.sum index 1071c20..e69de29 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +0,0 @@ -github.com/adityatelange/hugo-PaperMod v0.0.0-20240107104123-71ce72b1bfb8 h1:byqcpj7xzQexXLLP8OSBQDtcS1jzMw2EeFEfvKPoM/U= -github.com/adityatelange/hugo-PaperMod v0.0.0-20240107104123-71ce72b1bfb8/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ= -github.com/lxndrblz/anatole v1.13.0 h1:H3f6kEZJWSPApJyvWSEee6L+rjWY896peMbSFpY9Eks= -github.com/lxndrblz/anatole v1.13.0/go.mod h1:hy61SRyUDKaWw2P+cERt9UPde5guWyVKgtjdzRF5bfI=