Skip to content

Commit

Permalink
drop go1.20 support (netobserv#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Mar 12, 2024
1 parent 4c6f6ed commit efc42ca
Show file tree
Hide file tree
Showing 2 changed files with 4 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.20','1.21']
go: ['1.21','1.22']
steps:
- name: install make
run: sudo apt-get install make
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/netobserv/network-observability-operator

go 1.20
go 1.21

toolchain go1.21.7

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

0 comments on commit efc42ca

Please sign in to comment.