Skip to content

Commit

Permalink
Build fix and defaults typo fix (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilyOrg authored Jun 17, 2023
2 parents 8dd9381 + 812add2 commit f61e343
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module photofield

go 1.19
go 1.20

require (
github.com/EdlinOrg/prominentcolor v1.0.0
Expand Down

0 comments on commit f61e343

Please sign in to comment.