diff --git a/.goreleaser.yml b/.goreleaser.yml index 861a1e4..164bbc6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,7 +7,7 @@ before: # you may remove this if you don't use vgo - go mod tidy builds: -- id: imgs +- id: imgls main: ./cmd/imgls binary: imgls goos: diff --git a/go.mod b/go.mod index 9e7b50c..f52f99e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/olivere/iterm2-imagetools -go 1.21.4 +go 1.20