Skip to content

Commit

Permalink
chore: test new go versions (#177)
Browse files Browse the repository at this point in the history
* chore: test new go versions

* Apply same versions to build on main
  • Loading branch information
gastonfournier authored Aug 8, 2024
1 parent 5066446 commit 10a3338
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-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.13, 1.15, 1.16]
version: [1.13, 1.15, 1.16, 1.17, 1.18, 1.19, "1.20", 1.21, 1.22]
steps:
- uses: actions/checkout@v2
name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.13, 1.15, 1.16]
version: [1.13, 1.15, 1.16, 1.17, 1.18, 1.19, "1.20", 1.21, 1.22]
steps:
- uses: actions/checkout@v4
name: Checkout code
Expand Down

0 comments on commit 10a3338

Please sign in to comment.