Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

chore(deps): update docker.io/library/alpine docker tag to v3.19 #180

chore(deps): update docker.io/library/alpine docker tag to v3.19

chore(deps): update docker.io/library/alpine docker tag to v3.19 #180

Workflow file for this run

name: Lint
on:
pull_request: {}
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run linters
run: make lint