Skip to content

chore(deps): update registry.hub.docker.com/library/golang docker tag to v1.23.3 #90

chore(deps): update registry.hub.docker.com/library/golang docker tag to v1.23.3

chore(deps): update registry.hub.docker.com/library/golang docker tag to v1.23.3 #90

Workflow file for this run

name: lint
on:
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: templ
run: |
go install github.com/a-h/templ/cmd/templ@latest
templ generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
hadolint:
name: hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]