diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml index 6723548..278dc5e 100644 --- a/.github/workflows/build_releases.yml +++ b/.github/workflows/build_releases.yml @@ -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