mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
fix release
This commit is contained in:
4
.github/workflows/build_releases.yml
vendored
4
.github/workflows/build_releases.yml
vendored
@@ -15,9 +15,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.20 # Use your desired Go version
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Build Go project
|
||||
run: go build -o argon ./src
|
||||
|
||||
Reference in New Issue
Block a user