Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu authored Feb 19, 2021
1 parent 06e30a0 commit 12f7cfd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Setup go 1.14
- name: Setup go 1.16
uses: actions/setup-go@v2
with: {go-version: '1.14'}
with: {go-version: '1.16'}
- name: Checkout code
uses: actions/checkout@v2

Expand Down Expand Up @@ -78,9 +78,9 @@ jobs:
name: artifactcollector (win2k)
runs-on: ubuntu-latest
steps:
- name: Setup go 1.14
- name: Setup go 1.16
uses: actions/setup-go@v2
with: { go-version: 1.14 }
with: { go-version: 1.16 }
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -129,9 +129,9 @@ jobs:
name: artifactcollector (winxp)
runs-on: ubuntu-latest
steps:
- name: Setup go 1.14
- name: Setup go 1.16
uses: actions/setup-go@v2
with: {go-version: '1.14'}
with: {go-version: '1.16'}
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -173,4 +173,4 @@ jobs:
upload_url: ${{ steps.release.outputs.upload_url }}
asset_path: ./artifactcollectorxp.zip
asset_name: windowsxp.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 12f7cfd

Please sign in to comment.