Skip to content

Bump alpine from 3.19.1 to 3.20.0 #27

Bump alpine from 3.19.1 to 3.20.0

Bump alpine from 3.19.1 to 3.20.0 #27

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@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2