Skip to content

Switch Docker image to use Alpine Linux #56

Switch Docker image to use Alpine Linux

Switch Docker image to use Alpine Linux #56

Workflow file for this run

name: test
on:
pull_request:
types: [opened, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Test
run: ./scripts.sh test