Skip to content

Commit 7e4da1c

Browse files
authored
[Automation] Update Go version and/or deps (#112)
update .github/workflows/build.yml with go-version 'stable' update .github/workflows/release.yml with go-version 'stable'
1 parent 4e7c856 commit 7e4da1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.24.x'
21+
go-version: stable
2222

2323
- name: add GOPATH/bin to PATH
2424
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.24.x'
24+
go-version: stable
2525

2626
- name: add GOPATH/bin to PATH
2727
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/andrewkroh/beats-playground
22

3-
go 1.24.1
3+
go 1.25.0
44

55
require (
66
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250331142405-c0a28a0685c5

0 commit comments

Comments
 (0)