Skip to content

Bump golangci/golangci-lint-action from 4 to 5 #74

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

Bump golangci/golangci-lint-action from 4 to 5 #74

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@v5
- run: go test -covermode atomic -coverprofile coverage.txt
- uses: codecov/codecov-action@v4
- run: go test -bench .