Skip to content

Commit 68aa4b1

Browse files
cloudartisancursoragent
authored andcommitted
chore: update build tool versions
1 parent d2837f5 commit 68aa4b1

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version-locked deployment workflow for Hugo site with Congo theme
2-
# Hugo 0.148.1 + Congo v2.12.2 + Go 1.20.14 for reproducible builds
2+
# Hugo 0.149.0 + Congo v2.12.2 + Go 1.25.0 for reproducible builds
33
name: Deploy Hugo site
44

55
on:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Hugo
2626
uses: peaceiris/actions-hugo@v2.6.0
2727
with:
28-
hugo-version: '0.148.1' # Pin to 0.148.1 for Congo v2.12.2 compatibility
28+
hugo-version: '0.149.0' # Pin to 0.149.0 for Congo v2.12.2 compatibility
2929
extended: true
3030

3131
- name: Debug Environment

AI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- Repository is cloudartisan.github.io
1818

1919
## Build Commands
20-
- Install Hugo: `go install -tags extended github.com/gohugoio/hugo@v0.145.0`
20+
- Install Hugo: `go install -tags extended github.com/gohugoio/hugo@v0.149.0`
2121
- Update theme modules: `hugo mod get -u`
2222
- Local development: `hugo server -D` (includes draft content)
2323
- Production build: `hugo` (generates static site in /public)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This site is built with:
2020

2121
2. Install Hugo (specific version to ensure compatibility):
2222
```
23-
go install -tags extended github.com/gohugoio/hugo@v0.145.0
23+
go install -tags extended github.com/gohugoio/hugo@v0.149.0
2424
```
2525

2626
Ensure your Go bin directory (typically ~/go/bin) is in your PATH.

content/posts/2025-04-16-claude-code-tips-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For this Hugo website, I have a project-specific [`CLAUDE.md`](https://github.co
8787
- Follow Congo theme conventions
8888

8989
## Build Commands
90-
- Install Hugo: `go install -tags extended github.com/gohugoio/hugo@v0.145.0`
90+
- Install Hugo: `go install -tags extended github.com/gohugoio/hugo@v0.149.0`
9191
- Local development: `hugo server -D` (includes draft content)
9292
- Production build: `hugo` (generates static site in /public)
9393
- Create new post: `hugo new content/posts/my-post-name.md`

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/cloudartisan/cloudartisan.github.io
22

3-
go 1.20
3+
go 1.25
44

55
require github.com/jpanther/congo/v2 v2.12.2 // indirect

go.sum

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
github.com/jpanther/congo/v2 v2.11.0 h1:whwuUIn20egAPfMR3HaFu7sW7/rz096bz26sgpsUAwk=
2-
github.com/jpanther/congo/v2 v2.11.0/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
3-
github.com/jpanther/congo/v2 v2.12.1 h1:HwMaU1k0ZhKa8DNYNKn+UKyK+8lf3TvVYZ/z3YknlC4=
4-
github.com/jpanther/congo/v2 v2.12.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
51
github.com/jpanther/congo/v2 v2.12.2 h1:dr7oI/as+g+FJ6zVLZ3LSVOSRlsJjSsvTO6YP4zbOsQ=
62
github.com/jpanther/congo/v2 v2.12.2/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
3+

0 commit comments

Comments
 (0)