Skip to content

Bump golangci/golangci-lint-action from 5 to 6 #75

Bump golangci/golangci-lint-action from 5 to 6

Bump golangci/golangci-lint-action from 5 to 6 #75

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: golang
steps:
- uses: actions/checkout@v4
- run: go build
- uses: golangci/golangci-lint-action@v6
- run: go test -covermode atomic -coverprofile coverage.txt
- uses: codecov/codecov-action@v4
- run: go test -bench .