From 4b6c2860edd3d757b1ef79488bdc4c8ab3d58e07 Mon Sep 17 00:00:00 2001 From: Roman Sharkov Date: Sat, 14 Sep 2024 23:45:26 +0200 Subject: [PATCH] ci: Use fixed templ version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e3528e..51ae9f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: # Make sure templ generate was executed before commit - name: Generate templates - run: go run github.com/a-h/templ/cmd/templ generate + run: go run github.com/a-h/templ/cmd/templ@v0.2.778 generate - name: Check file changes after templ generate run: | git diff --exit-code