Skip to content

Commit

Permalink
Update CI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed May 9, 2024
1 parent 6497afd commit ed69188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- main

env:
GORELEASER_VERSION: 1.24.0
GORELEASER_VERSION: 1.25.0
TASK_VERSION: 3.x

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
pull-requests: read

env:
GOLANGCI_LINT_VERSION: 1.56
GOLANGCI_LINT_VERSION: 1.58

jobs:
golangci-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*.*.*'

env:
GORELEASER_VERSION: 1.24.0
GORELEASER_VERSION: 1.25.0
REGISTRY: ghcr.io

jobs:
Expand Down

0 comments on commit ed69188

Please sign in to comment.