Skip to content

Commit

Permalink
ci/gha: remove stable: when installing Go
Browse files Browse the repository at this point in the history
Since the recent bump of actions/setup-go to v3 (commit
9d2268b), specifying "stable:" is no longer needed
when we want to try a beta or rc version of Go.

Remove it.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Apr 12, 2022
1 parent 36585a8 commit 66be704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- name: install go ${{ matrix.go-version }}
uses: actions/setup-go@v3
with:
stable: '!contains(${{ matrix.go-version }}, "beta") && !contains(${{ matrix.go-version }}, "rc")'
go-version: ${{ matrix.go-version }}

- name: build
Expand Down

0 comments on commit 66be704

Please sign in to comment.