Skip to content

Bump alpine from 3.20.3 to 3.21.0 #243

Bump alpine from 3.20.3 to 3.21.0

Bump alpine from 3.20.3 to 3.21.0 #243

Workflow file for this run

name: linting
on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
jobs:
test:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1