Skip to content

chore(deps): bump alpine from 3.21.0 to 3.21.2 #85

chore(deps): bump alpine from 3.21.0 to 3.21.2

chore(deps): bump alpine from 3.21.0 to 3.21.2 #85

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.22'
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.61