use stable golang

This commit is contained in:
kaedwen
2023-07-04 20:01:44 +02:00
parent 7f478eb631
commit c6e89f00a3
@@ -25,7 +25,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 'stable'
# Runs a single command using the runners shell
- name: Build
run: make build