Skip to content

Commit

Permalink
fix(deps): update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu committed Feb 11, 2024
1 parent d4710ee commit 0a777f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"commitBodyTable": true,
"pre-commit": {
"enabled": true
}
},
"postUpdateOptions": ["gomodTidy"]
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.22
- name: Checkout
uses: actions/checkout@v4
- name: install dep
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/mathieu-keller/epub-parser

go 1.21
go 1.22

0 comments on commit 0a777f8

Please sign in to comment.