Skip to content

Commit

Permalink
chore: properly set go and golangci-lint version for the execution pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
devsergiy committed Dec 30, 2024
1 parent d39b366 commit d64a530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@v4
with:
go-version: v1.62.2
go-version: 1.23
- name: Run linters
uses: golangci/golangci-lint-action@v3
with:
working-directory: execution
version: v1.55.2
version: v1.62.2
args: --timeout=3m
ci:
name: CI Success
Expand Down

0 comments on commit d64a530

Please sign in to comment.