We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7c856 commit 7e4da1cCopy full SHA for 7e4da1c
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: set up Go
19
uses: actions/setup-go@v5
20
with:
21
- go-version: '1.24.x'
+ go-version: stable
22
23
- name: add GOPATH/bin to PATH
24
run: |
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
25
26
27
go.mod
@@ -1,6 +1,6 @@
1
module github.com/andrewkroh/beats-playground
2
3
-go 1.24.1
+go 1.25.0
4
5
require (
6
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250331142405-c0a28a0685c5
0 commit comments