Skip to content

Commit

Permalink
changed golang version in golangci job
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Feb 13, 2025
1 parent f9b3a58 commit e8f09c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devguard-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit e8f09c2

Please sign in to comment.