-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11eecbc
commit b8d84f3
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,21 +21,22 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
cache: false | ||
# cache-dependency-path: clients/tfchain-client-go/go.sum | ||
id: go | ||
|
||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v3.7.0 | ||
uses: golangci/golangci-lint-action@v6 | ||
with: | ||
args: --timeout 3m --verbose | ||
working-directory: clients/tfchain-client-go | ||
|
||
- name: staticcheck | ||
uses: dominikh/staticcheck-action@v1.3.0 | ||
uses: dominikh/staticcheck-action@v1 | ||
with: | ||
version: "2022.1.3" | ||
version: "latest" | ||
install-go: false | ||
working-directory: clients/tfchain-client-go | ||
env: | ||
GO111MODULE: on | ||
|
@@ -44,4 +45,4 @@ jobs: | |
uses: Jerome1337/[email protected] | ||
with: | ||
gofmt-path: './clients/tfchain-client-go' | ||
gofmt-flags: "-l -d" | ||
gofmt-flags: "-l -d" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters