Skip to content

chore(deps): update golangci/golangci-lint-action action to v6 #250

chore(deps): update golangci/golangci-lint-action action to v6

chore(deps): update golangci/golangci-lint-action action to v6 #250

Workflow file for this run

name: Test
on:
pull_request: {}
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: go test -v -race ./...