Skip to content

Build(deps): Bump actions/setup-go from 5 to 6 (#121) #181

Build(deps): Bump actions/setup-go from 5 to 6 (#121)

Build(deps): Bump actions/setup-go from 5 to 6 (#121) #181

Workflow file for this run

# This file was copied from the following URL and modified:
# https://github.com/golangci/golangci-lint-action/blob/master/README.md#how-to-use
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.24.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v8