Skip to content

Bump alpine from 3.24.0 to 3.24.1 (#321) #843

Bump alpine from 3.24.0 to 3.24.1 (#321)

Bump alpine from 3.24.0 to 3.24.1 (#321) #843

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: setup-go
uses: actions/setup-go@v6
with:
go-version: 1.26.x
check-latest: true
cache: true
- name: ci
run: make ci