Skip to content

Commit

Permalink
go version update in go.mod
Browse files Browse the repository at this point in the history
ci builds are failing, instant solution
i found was to update version of go.mod
to 1.xx instead of 1.xx.xx
  • Loading branch information
afrid18 committed Feb 18, 2024
1 parent fae7d28 commit df5745d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit df5745d

Please sign in to comment.