Skip to content

Add SPSCQueue/SPSCQueueOf (#152) #5

Add SPSCQueue/SPSCQueueOf (#152)

Add SPSCQueue/SPSCQueueOf (#152) #5

Workflow file for this run

name: lint
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.21.x]
name: Build with Go ${{ matrix.go-version }}
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Run staticcheck
uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2023.1.7"
install-go: false
cache-key: ${{ matrix.go-version }}