Skip to content

Commit

Permalink
[Automation] Bump Go version to 1.23.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Aug 18, 2024
1 parent 37c0207 commit 04f47ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'

- name: add GOPATH/bin to PATH
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'

- name: add GOPATH/bin to PATH
run: |
Expand Down
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/andrewkroh/beats-playground

go 1.22
go 1.23

require (
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20200805104247-2ee3f8392417
Expand Down

0 comments on commit 04f47ba

Please sign in to comment.