Skip to content

Commit

Permalink
github/workflows: back to actions/setup-go@master
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Mar 26, 2020
1 parent f947194 commit be1f283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: test (${{ matrix.os }}/go-${{ matrix.go_version }}/${{ matrix.goarch }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: fsouza/setup-go@add-gobin
- uses: actions/setup-go@master
id: go
with:
stable: false
Expand Down

0 comments on commit be1f283

Please sign in to comment.