Skip to content

feat(deps): bump github.com/golangci/golangci-lint from 1.58.1 to 1.61.0 #116

feat(deps): bump github.com/golangci/golangci-lint from 1.58.1 to 1.61.0

feat(deps): bump github.com/golangci/golangci-lint from 1.58.1 to 1.61.0 #116

Workflow file for this run

---
name: Go unit tests
on:
workflow_dispatch:
push:
pull_request:
env:
GO_VERSION: '~1.22'
jobs:
golangci:
name: Go Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Test
run: make test