Compare commits

..

No commits in common. "main" and "v0.0.11" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
go-version: 1.21.1
- name: Install
run: go install -ldflags "-s -w" go.sour.is/tools/cmd/ev@main
run: go install -ldflags "-s -w" go.sour.is/tools/cmd/ev@latest
- run: mv $(go env GOPATH)/bin/ev ev

View File

@ -1,3 +1,4 @@
// <script src="https://unpkg.com/htmx.org@1.9.2" integrity="sha384-L6OqL9pRWyyFU3+/bjdSri+iIphTN/bvYyM37tICVyOJkWZLpP2vGn6VUEXgzg6h" crossorigin="anonymous"></script>
package main
import (