Skip to content

Bump alpine from 3.19.1 to 3.20.0 (#94) #185

Bump alpine from 3.19.1 to 3.20.0 (#94)

Bump alpine from 3.19.1 to 3.20.0 (#94) #185

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up latest Go version
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...