Skip to content

Commit

Permalink
use stable to detect the Go version (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: sivchari <[email protected]>
  • Loading branch information
sivchari authored Nov 21, 2024
1 parent 347619f commit f9b2616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.2'
go-version: 'stable'
cache: true
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.2'
go-version: 'stable'
cache: true
- name: Run tests
run: make testacc
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: 'actions/setup-go@v5'
with:
go-version-file: 'go.mod'
go-version: 'stable'

- id: 'import_gpg'
uses: 'crazy-max/ghaction-import-gpg@v6'
Expand Down

0 comments on commit f9b2616

Please sign in to comment.