Skip to content

Bump alpine from 3.22 to 3.23 #31

Bump alpine from 3.22 to 3.23

Bump alpine from 3.22 to 3.23 #31

name: go build and test
on:
push:
branches-ignore:
- main
jobs:
build-and-test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24
cache: true
- name: build binary
run: make install
- name: unit tests
run: ./.scripts/run-unit-tests-with-summary.sh > "$GITHUB_STEP_SUMMARY"