use stable golang
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user