mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-11 09:52:40 -04:00
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:
commit
5c53aa93b1
2 changed files with 1 additions and 5 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -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
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue