Skip to content

Commit

Permalink
Update go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Sep 28, 2022
1 parent 88e4c92 commit 9ba2af2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '^1.18'
go-version: '^1.19'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.1
version: v1.49.0
only-new-issues: true
args: -c ./.golangci.yml
args: -c ./.golangci.yml --timeout 15m

- name: Get dependencies
run: go mod download
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.18'
go-version: '^1.19'

- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit 9ba2af2

Please sign in to comment.