diff --git a/README.md b/README.md index d1e8666..38bc835 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Web Portfolio -[![Go 1.21](https://img.shields.io/badge/1.21-blue?logo=go&labelColor=gray)](https://go.dev/doc/go1.21) +[![Go 1.22](https://img.shields.io/badge/1.22-blue?logo=go&labelColor=gray)](https://go.dev/doc/go1.22) [![Hugo Latest](https://img.shields.io/badge/latest-cb4879?logo=hugo&labelColor=gray)](https://github.com/gohugoio/hugo/releases/latest) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-green)](LICENSE) [![Build and Deploy](https://github.com/michael-valdron/michael-valdron.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/michael-valdron/michael-valdron.github.io/actions/workflows/deploy.yml) diff --git a/go.mod b/go.mod index 8e6a1c5..b9bf4b0 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/michael-valdron/michael-valdron.github.io -go 1.21 +go 1.22 -require github.com/michael-valdron/hugo-theme-nix v0.0.0-20240112090111-0d3a7d1ca2f7 // indirect +require github.com/michael-valdron/hugo-theme-nix v0.0.0-20240911064124-2f7df31751b1 // indirect diff --git a/go.sum b/go.sum index e39b0a8..36e1701 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/michael-valdron/hugo-theme-nix v0.0.0-20240112090111-0d3a7d1ca2f7 h1:pGcSJQC525SMEyZVP41PsQEYpE+Gh9z/7UDQe91TNwQ= -github.com/michael-valdron/hugo-theme-nix v0.0.0-20240112090111-0d3a7d1ca2f7/go.mod h1:CLf9TplaMN2TbzXOrE9unovfH919gjwp1oOpbu6iIX8= +github.com/michael-valdron/hugo-theme-nix v0.0.0-20240911064124-2f7df31751b1 h1:6ACMHB84s0cyAelltup3WuRCegr7UtPX+XlQiio0dAI= +github.com/michael-valdron/hugo-theme-nix v0.0.0-20240911064124-2f7df31751b1/go.mod h1:CLf9TplaMN2TbzXOrE9unovfH919gjwp1oOpbu6iIX8=