From 12f7cfdde2a76b7df86556e02b31fbcd5386add7 Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Fri, 19 Feb 2021 01:53:12 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e153e1c..0a5d63b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: @@ -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: @@ -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 \ No newline at end of file + asset_content_type: application/zip