Skip to content

Commit

Permalink
change go version and lint timeout in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
  • Loading branch information
yussufsh committed Aug 21, 2023
1 parent 8ea1822 commit 0d9a5e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
args: --timeout=10m

- name: Run go Security Scanner
uses: securego/gosec@master
with:
args: ./...

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version: '1.20'

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 0d9a5e9

Please sign in to comment.