Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kamushadenes committed Mar 3, 2022
1 parent 2fc95b6 commit 0be7d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
uses: actions/checkout@master

- name: Setup Go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2
with:
go-version: "^1.13.8"
go-version: "^1.17.6"

- run: go build -o apkrash_darwin_386
env:
Expand Down

0 comments on commit 0be7d93

Please sign in to comment.