Skip to content

🌱(deps): Bump alpine from 3.19.1 to 3.20.0 in /deploy/github/log/leaf_validator in the all-docker-deps group #524

🌱(deps): Bump alpine from 3.19.1 to 3.20.0 in /deploy/github/log/leaf_validator in the all-docker-deps group

🌱(deps): Bump alpine from 3.19.1 to 3.20.0 in /deploy/github/log/leaf_validator in the all-docker-deps group #524

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: "1.21"
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.54.1