Skip to content

Update docker.io/library/alpine Docker tag to v3.24 #574

Update docker.io/library/alpine Docker tag to v3.24

Update docker.io/library/alpine Docker tag to v3.24 #574

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run linters
run: make lint