Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit 466991b

Browse files
authored
update linux build to go1.19
1 parent ba7ab17 commit 466991b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.17
24+
go-version: 1.19
2525

2626
- name: Build Linux
2727
run: go build -o ./dist/${{ env.artifact_name }}-${{ matrix.goarch }}
@@ -78,4 +78,4 @@ jobs:
7878
upload_url: ${{ steps.get_release.outputs.upload_url }}
7979
asset_path: ./${{ env.artifact_name }}.zip
8080
asset_name: ${{ env.artifact_name }}.zip
81-
asset_content_type: application/zip
81+
asset_content_type: application/zip

0 commit comments

Comments
 (0)