Skip to content

Commit

Permalink
update version on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrbarney committed Mar 9, 2022
1 parent 6a21f20 commit ff0b843
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
COMMIT: ${{ github.sha }}
with:
xgo_version: latest
go_version: 1.17.8
go_version: 1.15.x
dest: build
prefix: statping
targets: ${{ matrix.platform }}/${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2_unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
COMMIT: ${{ github.sha }}
with:
xgo_version: latest
go_version: 1.17.8
go_version: 1.15.x
dest: build
prefix: statping
targets: ${{ matrix.platform }}/${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
COMMIT: ${{ github.sha }}
with:
xgo_version: latest
go_version: 1.17.8
go_version: 1.15.x
dest: build
prefix: statping
targets: ${{ matrix.platform }}/${{ matrix.arch }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
run: yarn

- name: Download Go mods
if: steps.golangcache.outputs.cache-hit != 'true'
run: |
go mod download
go mod verify
Expand Down

0 comments on commit ff0b843

Please sign in to comment.