Skip to content

Bump alpine from 3.20.3 to 3.21.0 #1361

Bump alpine from 3.20.3 to 3.21.0

Bump alpine from 3.20.3 to 3.21.0 #1361

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]