Skip to content

go.mod: bump github.com/golangci/golangci-lint from 1.60.2 to 1.60.3 #73

go.mod: bump github.com/golangci/golangci-lint from 1.60.2 to 1.60.3

go.mod: bump github.com/golangci/golangci-lint from 1.60.2 to 1.60.3 #73

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: make test