Skip to content

chore(deps): update alpine docker tag to v3.21.2 #135

chore(deps): update alpine docker tag to v3.21.2

chore(deps): update alpine docker tag to v3.21.2 #135

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
- name: Build
run: make commit