Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #194

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #194

Workflow file for this run

name: Golang CI Lint
# This workflow will run the golangci-lint analysis
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3