Skip to content

Bump alpine from 3.20.1 to 3.20.2 (#553) #1250

Bump alpine from 3.20.1 to 3.20.2 (#553)

Bump alpine from 3.20.1 to 3.20.2 (#553) #1250

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@v3
with:
go-version: 1.21
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]