Skip to content

chore(deps): bump golang from 1.22.2-alpine to 1.22.3-alpine (#4846) #6370

chore(deps): bump golang from 1.22.2-alpine to 1.22.3-alpine (#4846)

chore(deps): bump golang from 1.22.2-alpine to 1.22.3-alpine (#4846) #6370

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v4
with:
go-version: stable
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v3
with:
args: --timeout=5m
version: v1.56.2