Skip to content

Commit

Permalink
updating go version on mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Samiur Arif committed Sep 25, 2024
1 parent dd4b8ca commit 6046080
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.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@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Download settings from contrib
run: |
cd cfgschema
Expand Down
2 changes: 1 addition & 1 deletion c3/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/splunk/collector-config-tools/c3

go 1.22.0
go 1.22

toolchain go1.22.6

Expand Down
2 changes: 1 addition & 1 deletion cfgschema/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/splunk/collector-config-tools/cfgschema

go 1.22.0
go 1.22

toolchain go1.22.6

Expand Down
2 changes: 1 addition & 1 deletion otto/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/splunk/collector-config-tools/otto

go 1.22.0
go 1.22

toolchain go1.22.6

Expand Down

0 comments on commit 6046080

Please sign in to comment.