Skip to content

Update docker.io/library/alpine Docker tag to v3.23 #1315

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

Update docker.io/library/alpine Docker tag to v3.23 #1315

Workflow file for this run

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