diff --git a/.github/renovate.json b/.github/renovate.json index b71133f..4dbd37a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,5 +22,6 @@ "commitBodyTable": true, "pre-commit": { "enabled": true - } + }, + "postUpdateOptions": ["gomodTidy"] } diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38dd149..927e917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/go.mod b/go.mod index 3af2fbb..5c80f0f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/mathieu-keller/epub-parser -go 1.21 +go 1.22