Skip to content

Bump alpine from 3.18 to 3.19 #25

Bump alpine from 3.18 to 3.19

Bump alpine from 3.18 to 3.19 #25

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: "--config .golintci.yaml"