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 #64 from chronosphereio/upgrade-go-1.22.2
Browse files Browse the repository at this point in the history
Upgrade go 1.22.2
  • Loading branch information
pwhelan authored May 8, 2024
2 parents e90a820 + fa26141 commit 9927c43
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"
go-version: "1.22.2"

- 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.0
go 1.22.2

require github.com/calyptia/plugin v1.1.3

Expand Down

0 comments on commit 9927c43

Please sign in to comment.