Skip to content

Commit

Permalink
version templ
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut LEBRETON committed Jan 5, 2025
1 parent eab2cc6 commit 3ef7f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
go-version: 1.23
- name: Install templ
run: go install github.com/a-h/templ/cmd/templ@latest
run: go install github.com/a-h/templ/cmd/templ@v0.2.778
- name: Generate templates
run: templ generate
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine AS builder
FROM golang:1.23-alpine AS builder

# Copy files
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module grafikart/grafisearch

go 1.22.4
go 1.23

require (
github.com/PuerkitoBio/goquery v1.9.2 // indirect
Expand Down

0 comments on commit 3ef7f9b

Please sign in to comment.