summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser <muesli@gmail.com>2022-03-23 11:43:26 +0100
committerChristian Muehlhaeuser <muesli@gmail.com>2022-03-24 04:37:33 +0100
commit0c10530955bc80607b4f7c566f559c5cf19dceb6 (patch)
tree86ec616f4d43c1fb3fa5cbdf3bd77d95d9e3fc57
parent32e34c35b1a7f1df219152a269ececd0ae8469b1 (diff)
fix: fetch latest Go
-rw-r--r--.github/workflows/goreleaser.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml
index af46007..51ec90b 100644
--- a/.github/workflows/goreleaser.yml
+++ b/.github/workflows/goreleaser.yml
@@ -13,7 +13,10 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
+ with:
+ go-version: "^1"
+ check-latest: true
- name: Set up Snapcraft
run: |
sudo apt-get update