Skip to content

Bump github.com/maypok86/otter from 1.2.2 to 1.2.3 #57

Bump github.com/maypok86/otter from 1.2.2 to 1.2.3

Bump github.com/maypok86/otter from 1.2.2 to 1.2.3 #57

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- release
jobs:
lint:
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: latest