Skip to content

Commit

Permalink
fix: Updates github build testing
Browse files Browse the repository at this point in the history
* Drops testing with 1.20 given its no longer supported

* Cannot yet include golang 1.22 as requires upgrade to controller-gen
  version, which is not yet practical.
  • Loading branch information
phantomjinx committed Oct 21, 2024
1 parent 738e3fb commit 293fb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]
steps:
- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 293fb81

Please sign in to comment.