Skip to content

DRY

DRY #85

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
container:
runs-on: ubuntu-latest
container: dqneo/ubuntu-compiler-go
steps:
- uses: actions/checkout@v3
- name: Show versions
run: as --version
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: Test
run: make test