Skip to content

Commit

Permalink
Update go to v1.22.2 (8.13 backport) (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon authored Apr 24, 2024
1 parent 65510c3 commit 02082ee
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.8
1.22.2
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// doc-branch can be: master, 8.1, 8.2, etc.
:doc-branch: master
:go-version: 1.21.8
:go-version: 1.22.2
:python: 3.7
:docker: 1.12
:docker-compose: 1.11
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/elastic/cloudbeat

go 1.21
go 1.22

require (
cloud.google.com/go/asset v1.17.1
Expand Down
12 changes: 4 additions & 8 deletions tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@ markers = [
"pre_merge_agent",
"sanity",
# test target markers
"file_system_rules",
"k8s_object_rules",
"process_api_server_rules",
"process_controller_manager_rules",
"process_etcd_rules",
"process_api_server_rules",
"process_scheduler_rules",
"process_kubelet_rules",
"k8s_file_system_rules",
"k8s_object_psp_rules",
"k8s_process_rules",
"eks_file_system_rules",
"eks_process_rules",
"eks_k8s_objects_rules",
Expand All @@ -69,4 +64,5 @@ markers = [
"azure_networking_rules",
"azure_storage_account_rules",
"azure_virtual_machine_rules",
"azure_microsoft_defender_rules",
]

0 comments on commit 02082ee

Please sign in to comment.