Skip to content

Bump alpine from 3.20.2 to 3.20.3 in /cicd (#201) #229

Bump alpine from 3.20.2 to 3.20.3 in /cicd (#201)

Bump alpine from 3.20.2 to 3.20.3 in /cicd (#201) #229

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