Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from chronosphereio/pwhelan-upgrade-go1.22.3
Browse files Browse the repository at this point in the history
go: upgrade to 1.22.3.
  • Loading branch information
niedbalski authored May 10, 2024
2 parents 9927c43 + 9f49998 commit 751662b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22.2"
go-version: "1.22.3"

- name: Cache Go modules
uses: actions/cache@v4
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/chronosphereio/calyptia-core-fluent-bit-dummy

go 1.22.2
go 1.22.3

require github.com/calyptia/plugin v1.1.3

Expand Down

0 comments on commit 751662b

Please sign in to comment.