We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3521c8 commit af7392aCopy full SHA for af7392a
.github/workflows/build-common.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v5
19
with:
20
- go-version: 1.23
+ go-version: 1.23.7
21
22
- name: Build
23
run: |
go.mod
@@ -1,6 +1,6 @@
1
module github.com/perfana/x2i
2
3
-go 1.23
+go 1.23.7
4
5
require (
6
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
0 commit comments