Skip to content

Commit

Permalink
Merge branch 'main' into post_format
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Sep 11, 2024
2 parents ee9159c + 24940a5 commit dd1a6ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.22"]
go-version: ["1.23"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.22"]
go-version: ["1.23"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.22"]
go-version: ["1.23"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion src/wp2hugo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/ashishb/wp2hugo/src/wp2hugo

go 1.22.1
go 1.23

toolchain go1.23.1

require (
Expand Down

0 comments on commit dd1a6ef

Please sign in to comment.