Skip to content

Commit

Permalink
pin 1.23 to ci (ref #4509)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Feb 17, 2025
1 parent 0519daa commit 7066f56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "stable"
go-version: "1.23"

- run: ./scripts/test-coverage

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "stable"
go-version: "1.23"

- name: Run Integration Tests
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "stable"
go-version: "1.23"

- run: ./scripts/test

0 comments on commit 7066f56

Please sign in to comment.