Skip to content

Commit

Permalink
Merge pull request #215 from meltwater/fix_goreleaser
Browse files Browse the repository at this point in the history
bump go version for goreleaser
  • Loading branch information
bdebyl authored Sep 1, 2022
2 parents 949d91c + 51ad69d commit aebaacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.16.x
-
name: Set up UPX
run: sudo apt-get update && sudo apt-get install upx-ucl
Expand Down

0 comments on commit aebaacf

Please sign in to comment.