From e161b5cbc407815f3aabf7c4d526a803d2043c13 Mon Sep 17 00:00:00 2001 From: jakevc Date: Mon, 26 Apr 2021 10:36:59 -0700 Subject: [PATCH] update releaser go version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 642cfc6..41f859b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,12 +14,12 @@ jobs: - name: Set up Go 1.15 uses: actions/setup-go@v1 with: - go-version: 1.15 + go-version: 1.15.11 - name: Build with xgo uses: crazy-max/ghaction-xgo@v1 with: xgo_version: latest - go_version: 1.15 + go_version: 1.15.11 dest: build prefix: autocannon-go targets: windows/386,windows/amd64,linux/amd64,darwin/amd64