Skip to content

Commit

Permalink
Bump go version for workflows to 1.20.14. (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf committed Mar 7, 2024
1 parent ec0d35a commit 9364f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install specific golang
uses: actions/setup-go@v4.0.1
with:
go-version: '1.20.5'
go-version: '1.20.14'
- name: Check format
run: test -z `go fmt ./...`
- name: Vet
Expand All @@ -22,7 +22,7 @@ jobs:
with:
golangci_lint_version: "v1.53.2"
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners"
go_version: "1.20.5"
go_version: "1.20.14"
reporter: "github-pr-review"
tool_name: "Lint Errors"
level: "error"
Expand Down

0 comments on commit 9364f21

Please sign in to comment.