diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0611da..b25db22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.19 + go-version: 1.20 - name: Set up Node uses: actions/setup-node@v3 diff --git a/defaults.yaml b/defaults.yaml index 75568b6..17a2005 100644 --- a/defaults.yaml +++ b/defaults.yaml @@ -197,11 +197,11 @@ media: sources: - # # Internal thumbnail database + # Internal thumbnail database - type: sqlite - # # # Embedded JPEG thumbnails + # Embedded JPEG thumbnails - type: goexif # Native image decoding diff --git a/go.mod b/go.mod index ed2f6e2..e627143 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module photofield -go 1.19 +go 1.20 require ( github.com/EdlinOrg/prominentcolor v1.0.0