Skip to content

Commit

Permalink
Fix invalid option in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Sep 27, 2022
1 parent dd57278 commit afb31c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pipeline.yml
Expand Up @@ -56,7 +56,6 @@ jobs:
- name: Set up 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 }}
id: go

Expand Down

0 comments on commit afb31c3

Please sign in to comment.