File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
matrix :
38
38
os :
39
39
- ubuntu
40
- go-version : [1.17.6 , 1.16.13 ]
40
+ go-version : [1.23.0 , 1.24.4 ]
41
41
42
42
steps :
43
43
- name : Cancel Previous Runs
@@ -165,7 +165,7 @@ jobs:
165
165
- name : Install Go ${{ matrix.go-version }}
166
166
uses : actions/setup-go@v5
167
167
with :
168
- go-version : 1.17.6
168
+ go-version : 1.23.0
169
169
check-latest : true
170
170
171
171
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ func printAboutMe(sdk *v4.LookerSDK) {
48
48
fmt .Printf ("Error getting myself %v\n " , err )
49
49
}
50
50
if len (users ) != 1 {
51
- fmt .Printf ("Found %d users with my email expected 1\n " )
51
+ fmt .Printf ("Found %d users with my email expected 1\n " , len ( users ) )
52
52
}
53
53
}
54
54
You can’t perform that action at this time.
0 commit comments