Skip to content

chore(deps): bump github.com/a-h/templ from 0.3.977 to 0.3.1020 (#37) #66

chore(deps): bump github.com/a-h/templ from 0.3.977 to 0.3.1020 (#37)

chore(deps): bump github.com/a-h/templ from 0.3.977 to 0.3.1020 (#37) #66

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: [ '1.23', '1.24' ]
env:
VERBOSE: 1
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Run tests with race detector
run: |
go test -count=1 -race ./...