Skip to content

Bump golang from 1.23.4-bookworm to 1.23.5-bookworm in /.github/docker #2127

Bump golang from 1.23.4-bookworm to 1.23.5-bookworm in /.github/docker

Bump golang from 1.23.4-bookworm to 1.23.5-bookworm in /.github/docker #2127

Workflow file for this run

name: golangci-lint
on:
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/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
args: --timeout=5m