Skip to content

Commit af7392a

Browse files
fix go version to 1.23.7
1 parent a3521c8 commit af7392a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.23
20+
go-version: 1.23.7
2121

2222
- name: Build
2323
run: |

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/perfana/x2i
22

3-
go 1.23
3+
go 1.23.7
44

55
require (
66
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c

0 commit comments

Comments
 (0)