Skip to content

Bump alpine from 3.18.5 to 3.19.1 (#502) #1094

Bump alpine from 3.18.5 to 3.19.1 (#502)

Bump alpine from 3.18.5 to 3.19.1 (#502) #1094

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]