Skip to content

Bump actions/setup-python from 5.6.0 to 6.0.0 #678

Bump actions/setup-python from 5.6.0 to 6.0.0

Bump actions/setup-python from 5.6.0 to 6.0.0 #678

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
tags: [ v** ]
paths-ignore:
- '*.md'
- 'docs/**'
- 'samples/**'
pull_request:
branches: [ main ]
paths-ignore:
- '*.md'
- 'docs/**'
- 'samples/**'
permissions: read-all
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.23
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.1