Skip to content

Commit

Permalink
.github: use minimum required go version for Lint job
Browse files Browse the repository at this point in the history
To avoid warnings related to the latest Go versions.

Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Oct 11, 2023
1 parent 11a3cf3 commit e9418bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.19'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit e9418bc

Please sign in to comment.