Skip to content

chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 #426

chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0

chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 #426

Workflow file for this run

---
name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
with:
version: "latest"
args: "--timeout=30m"