Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Dec 31, 2023
1 parent 0a5e3d8 commit 3d1adb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
go-version: '1.16'

- name: Install templ
run: |
go get -u github.com/a-h/templ/cmd/templ
go install github.com/a-h/templ/cmd/templ@latest
run: go install github.com/a-h/templ/cmd/templ@latest

- name: Generate code
run: templ generate

- name: Build
run: go build -v ./...
run: go build .
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module todomvc/go-templ-htmx-_hyperscript

go 1.23
go 1.21.5

require (
github.com/a-h/templ v0.2.501
Expand Down

0 comments on commit 3d1adb8

Please sign in to comment.