Skip to content

Update container to latest Alpine #23

Update container to latest Alpine

Update container to latest Alpine #23

Workflow file for this run

---
name: test
on: [push]
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.5'
- run: go test