Skip to content

Bump github.com/a-h/templ from 0.2.707 to 0.2.731 #178

Bump github.com/a-h/templ from 0.2.707 to 0.2.731

Bump github.com/a-h/templ from 0.2.707 to 0.2.731 #178

Workflow file for this run

name: Static Analysis
on: [push, pull_request]
permissions:
contents: read
jobs:
static_analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
env:
GO111MODULE: off
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=15m