Skip to content

Upgrade go deps

Upgrade go deps #127

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- 'main'
permissions: {}
jobs:
golangci-lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: '1.24'
check-latest: true
- name: golangci-lint
run: |
make lint