Skip to content

Commit

Permalink
ci(go): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchubert committed Dec 26, 2024
1 parent f884da6 commit 82fb00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.23.3']
go-version: ['1.23.4']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -21,7 +21,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.0
version: v1.62.2
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true
Expand Down

0 comments on commit 82fb00a

Please sign in to comment.