Skip to content

Commit

Permalink
ci(setup-go): remove deprecated prop stable
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Mar 9, 2022
1 parent 2147901 commit db8dbb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
stable: false
- name: Checkout code
uses: actions/checkout@v1
- name: golangci-lint
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
stable: false
- name: Checkout code
uses: actions/checkout@v1
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
stable: false
- name: Checkout code
uses: actions/checkout@v1
- name: Run tests
Expand Down

0 comments on commit db8dbb1

Please sign in to comment.