File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 VAULT_ADDR : https://vault.eng.aserto.com/
1818 PRE_RELEASE : ${{ github.ref == 'refs/heads/main' && 'main' || '' }}
1919 GO_VERSION : " 1.24"
20- GO_RELEASER_VERSION : " v2.3 .2"
21- GO_LANGCI_LINT_VERSION : " v1.64.5 "
20+ GO_RELEASER_VERSION : " v2.8 .2"
21+ GO_LANGCI_LINT_VERSION : " v2.0.2 "
2222 GO_TESTSUM_VERSION : " 1.11.0"
2323
2424jobs :
6060 go-version : ${{ env.GO_VERSION }}
6161 -
6262 name : Lint package ${{ matrix.package }}
63- uses : golangci/golangci-lint-action@v6
63+ uses : golangci/golangci-lint-action@v7
6464 with :
6565 version : ${{ env.GO_LANGCI_LINT_VERSION }}
6666 install-mode : binary
Original file line number Diff line number Diff line change @@ -37,7 +37,12 @@ func (f *FetchCmd) Run(ctx *cc.CommonCtx) error {
3737 return err
3838 }
3939
40- fetcher = fetcher .WithUserPID (f .UserPID ).WithEmail (f .UserEmail ).WithRoles (f .Roles ).WithOrgs (f .Orgs ).WithSAML (f .SAML )
40+ fetcher = fetcher .
41+ WithUserPID (f .UserPID ).
42+ WithEmail (f .UserEmail ).
43+ WithRoles (f .Roles ).
44+ WithOrgs (f .Orgs ).
45+ WithSAML (f .SAML )
4146
4247 return fetcher .Fetch (ctx .Context , os .Stdout , os .Stderr )
4348}
You can’t perform that action at this time.
0 commit comments