Skip to content

Bump alpine from 3.20.3 to 3.21.0 in /cicd (#210) #246

Bump alpine from 3.20.3 to 3.21.0 in /cicd (#210)

Bump alpine from 3.20.3 to 3.21.0 in /cicd (#210) #246

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Setup Go
id: setup-go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Test
run: make test