Skip to content

utilize the stable version of golang by default #55

utilize the stable version of golang by default

utilize the stable version of golang by default #55

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 'stable'
- name: Build and test using make file
run: make build