fix: downgrade go version to 1.23 and fix golangci-lint deprecated config
Some checks failed
CI / Lint (push) Failing after 5s
CI / Test (push) Successful in 9s
CI / Build (push) Has been skipped
CI / Docker Build (push) Has been skipped

This commit is contained in:
2026-01-12 10:58:13 +01:00
parent 6ef83e18f8
commit c3c83118fe
2 changed files with 3 additions and 4 deletions

View File

@@ -16,6 +16,5 @@ linters:
linters-settings:
govet:
check-shadowing: true
gofmt:
simplify: true
enable:
- shadow

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/placeholder/golang-template
go 1.25.4
go 1.23