Skip to content

Commit

Permalink
Downgrade github actions golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nikitin committed Apr 8, 2024
1 parent 7c6892b commit b483795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
# cache = false cause there is an open issue related to "File exists" error.
Expand Down

0 comments on commit b483795

Please sign in to comment.