Skip to content

Add lockedmap package #42

Add lockedmap package

Add lockedmap package #42

Workflow file for this run

name: golangci-lint
#on: [push, pull_request]
on:
push:
# branches: [ master ]
branches:
- '*'
pull_request:
# branches: [ master ]
branches:
- '*'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17', '1.18' , '1.19' , '1.20' , '1.21']
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3