Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 from 2.5.1 to 2.6.0 #290

chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 from 2.5.1 to 2.6.0

chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 from 2.5.1 to 2.6.0 #290

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
check-latest: true
- name: Run Golangci Linter
uses: golangci/golangci-lint-action@v6
with:
version: latest
install-mode: goinstall
args: --timeout=5m
gomod:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
check-latest: true
- name: Checkout Repository
uses: actions/checkout@v4
- run: |
go mod tidy
git diff --exit-code go.mod
git diff --exit-code go.sum
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Linting docker/Dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: 'Dockerfile'
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Check
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: check