Skip to content

chore(deps): bump github.com/blinklabs-io/gouroboros (#230) #467

chore(deps): bump github.com/blinklabs-io/gouroboros (#230)

chore(deps): bump github.com/blinklabs-io/gouroboros (#230) #467

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:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 https://github.com/actions/checkout/releases/tag/v7.0.0
- uses: actions/setup-go@v6
with:
go-version: 1.26.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v9