From 633fe3f7c6e748d071e009dd7b5711ea1507f5fd Mon Sep 17 00:00:00 2001 From: shahrul Date: Sun, 31 Dec 2023 23:45:11 +0800 Subject: [PATCH] . --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7c22f3e..89faf9e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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