Skip to content

Commit

Permalink
use oldstable and stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Sep 27, 2024
1 parent 911e8e7 commit 6c10fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
go: [1.22, 1.23]
go: [stable, oldstable]

steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
go: [1.22, 1.23]
go: [stable, oldstable]

steps:
- name: Set up Go
Expand Down

0 comments on commit 6c10fa9

Please sign in to comment.