Merge pull request #925 from Icinga/go-mod-bump-1-24-1

go.mod: Bump go version to 1.24.1
This commit is contained in:
Eric Lippmann 2025-04-03 12:55:00 +02:00 committed by GitHub
commit 5c53aa93b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View file

@ -34,10 +34,6 @@ jobs:
with:
go-version: 1.x
- uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1
with:
install-go: false
- uses: golangci/golangci-lint-action@v7
with:
version: latest

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/icinga/icingadb
go 1.23.0
go 1.24.1
require (
github.com/creasty/defaults v1.8.0