We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82801c commit a4bbe15Copy full SHA for a4bbe15
Dockerfile
@@ -1,3 +1,3 @@
1
# nosec The image is used solely for linting purposes and does not run as a service
2
-FROM golangci/golangci-lint:v2.8.0@sha256:bebcfa63db7df53e417845ed61e4540519cf74fcba22793cdd174b3415a9e4e2 as golangci-lint
+FROM golangci/golangci-lint:v2.10.1@sha256:ea84d14c2fef724411be7dc45e09e6ef721d748315252b02df19a7e3113ee763 as golangci-lint
3
FROM hadolint/hadolint:v2.14.0@sha256:27086352fd5e1907ea2b934eb1023f217c5ae087992eb59fde121dce9c9ff21e as hadolint
go.mod
@@ -2,7 +2,7 @@ module github.com/nullify-platform/config-file-parser
go 1.24.0
4
5
-toolchain go1.25.6
+toolchain go1.26.0
6
7
require (
8
github.com/gobwas/glob v0.2.3
0 commit comments