Skip to content

Switch to sync.RWMutex #5

Switch to sync.RWMutex

Switch to sync.RWMutex #5

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.20
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -E gofmt