Skip to content

Commit

Permalink
CI: remove obsolete stable param for setup-go action
Browse files Browse the repository at this point in the history
This parameter was removed from the action in its v3.
  • Loading branch information
moussetc committed Aug 1, 2023
1 parent f20618a commit 586d354
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v4
with:
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
go-version: 1.16.7
# Whether to download only stable versions
stable: true
go-version: '1.16.7'

- name: Install golangci-lint
- name: Golangci-lint
uses: golangci/golangci-lint-action@v3

- name: Build
Expand Down

0 comments on commit 586d354

Please sign in to comment.