Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 #339

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 #339

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ">=1.20"
check-latest: true
- run: make integration-test
- uses: codecov/[email protected]
with:
file: ./coverage.txt