Skip to content

Commit

Permalink
ci: drop obsoleted parameter
Browse files Browse the repository at this point in the history
With actions/setup-go@v3, stable is no longer needed.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed May 26, 2022
1 parent bdbe050 commit d41c70a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
stable: false
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit d41c70a

Please sign in to comment.