Skip to content

build(deps): bump alpine from 3.21.0 to 3.21.1 #19

build(deps): bump alpine from 3.21.0 to 3.21.1

build(deps): bump alpine from 3.21.0 to 3.21.1 #19

Workflow file for this run

name: Test
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test-go:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5.2.0
with:
go-version: "1.22"
- name: Test go project
run: |
make test-go