Skip to content

Commit

Permalink
Don't build on 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Oct 23, 2023
1 parent 7d742ab commit cae5879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19','1.20']
go: ['1.20']
steps:
- name: install make
run: sudo apt-get install make
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/netobserv/network-observability-operator

go 1.19
go 1.20

require (
github.com/go-logr/logr v1.2.4
Expand Down

0 comments on commit cae5879

Please sign in to comment.