Skip to content

Commit

Permalink
Merge pull request #314 from BitCannaGlobal/go-lint-bump-go-version
Browse files Browse the repository at this point in the history
Update golangci-lint.yml
  • Loading branch information
RaulBernal authored Feb 2, 2024
2 parents 6496775 + 0379d8f commit 9b60e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19.6
go-version: 1.21.6
- uses: actions/checkout@v4

- name: golangci-lint-bcnad
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 30m
args: --timeout 30m

0 comments on commit 9b60e5f

Please sign in to comment.