We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c8a67 commit b017634Copy full SHA for b017634
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:v1.63.4@sha256:7f4c8ee8a63d56caa41c099cf658f68b192b615e0f30e94b8864e81a3ceafb53 as golangci-lint
+FROM golangci/golangci-lint:v2.0.2@sha256:d55581f7797e7a0877a7c3aaa399b01bdc57d2874d6412601a046cc4062cb62e as golangci-lint
3
FROM hadolint/hadolint:2.12.0@sha256:30a8fd2e785ab6176eed53f74769e04f125afb2f74a6c52aef7d463583b6d45e as hadolint
go.mod
@@ -2,7 +2,7 @@ module github.com/nullify-platform/config-file-parser
go 1.22.0
4
5
-toolchain go1.23.5
+toolchain go1.24.1
6
7
require (
8
github.com/gobwas/glob v0.2.3
0 commit comments