Skip to content

Commit

Permalink
upgrade go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaliX committed Nov 28, 2024
1 parent 5226216 commit 5f8eae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/co-re.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"

jobs:
CO-RE:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/non-co-re-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "0 0 * * *"

env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"

jobs:
non-CO-RE-ubuntu-latest:
Expand Down
2 changes: 1 addition & 1 deletion plugins/edriver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module hades-ebpf

replace github.com/chriskaliX/SDK => ../../SDK/go

go 1.21
go 1.22

require (
github.com/aquasecurity/libbpfgo/helpers v0.4.5
Expand Down

0 comments on commit 5f8eae0

Please sign in to comment.