chore: update Go version in CI workflows for consistency and improved compatibility
- Changed Go version from '1.24' to '1.24.x' across all CI workflows to ensure compatibility with patch releases. - Modified arguments for the golangci-lint action to streamline configuration. - Updated gosec and govulncheck commands to improve error handling and reporting.
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version: '1.24'
|
||||
go-version: '1.24.x'
|
||||
|
||||
- name: Get version
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user