Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Dec 31, 2023
1 parent 3d1adb8 commit 633fe3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.21.5'

- name: Install templ
run: go install github.com/a-h/templ/cmd/templ@latest
- name: Tidy
run: go mod tidy

- name: Generate code
run: templ generate
Expand Down

0 comments on commit 633fe3f

Please sign in to comment.