Skip to content

chore(deps): update golang docker tag to v1.23.5 #528

chore(deps): update golang docker tag to v1.23.5

chore(deps): update golang docker tag to v1.23.5 #528

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "master"
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23.4
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=5m