Skip to content

Commit

Permalink
Update actions/setup-go@v1 to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvenil committed Dec 1, 2021
1 parent d5543de commit 5e681d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ release: tag ## Create new release. Requires GITHUB_TOKEN to be set
@# which should contain a valid GitHub token with the repo scope.
@# It will be used to deploy releases to your GitHub repository.
@# You can create a new github token here: https://github.com/settings/tokens/new
@# Run `VERSION=1.1.2 GITHUB_TOKEN=secret_token make release`.
@# Run `VERSION=1.2.0 GITHUB_TOKEN=secret_token make release`.
test -n "$(GITHUB_TOKEN)" || error "set GITHUB_TOKEN environment variable"
test -n "$(GPG_FINGERPRINT)" || error "set GPG_FINGERPRINT environment variable"
go install github.com/goreleaser/goreleaser@latest
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.5
1.1.6

0 comments on commit 5e681d5

Please sign in to comment.