Skip to content

Bump golang from 1.23.1-alpine to 1.23.2-alpine #305

Bump golang from 1.23.1-alpine to 1.23.2-alpine

Bump golang from 1.23.1-alpine to 1.23.2-alpine #305

Workflow file for this run

name: golangci-lint
on: pull_request
permissions:
contents: read
pull-requests: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true