File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1212 pull_request :
1313
1414env :
15- GO_VERSION : 1.26
1615 GO_LANGCI_LINT_VERSION : 2.10.1
1716 GO_TESTSUM_VERSION : 1.13.0
1817
2625 name : Setup Go
2726 uses : actions/setup-go@v6
2827 with :
29- go-version : ${{ env.GO_VERSION }}
28+ go-version-file : ' go.mod '
3029 -
3130 name : Lint
3231 uses : golangci/golangci-lint-action@v9
Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ module github.com/aserto-dev/runtime
22
33go 1.25.0
44
5+ toolchain go1.26.2
6+
57require (
68 github.com/aserto-dev/logger v0.0.9
79 github.com/fsnotify/fsnotify v1.9.0
810 github.com/google/uuid v1.6.0
911 github.com/hashicorp/go-multierror v1.1.1
1012 github.com/mitchellh/copystructure v1.2.0
11- github.com/open-policy-agent/opa v1.15.1
13+ github.com/open-policy-agent/opa v1.15.2
1214 github.com/opencontainers/image-spec v1.1.1
1315 github.com/pkg/errors v0.9.1
1416 github.com/rs/zerolog v1.35.0
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=
121121github.com/moby/locker v1.0.1 /go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc =
122122github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
123123github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
124- github.com/open-policy-agent/opa v1.15.1 h1:ZE4JaXsVUzDiHFSlOMBS3nJohR5BRGB/RNz6gTNugzE =
125- github.com/open-policy-agent/opa v1.15.1 /go.mod h1:c6SN+7jSsUcKJLQc5P4yhwx8YYDRbjpAiGkBOTqxaa4 =
124+ github.com/open-policy-agent/opa v1.15.2 h1:dS9q+0Yvruq/VNvWJc5qCvCchn715OWc3HLHXn/UCCc =
125+ github.com/open-policy-agent/opa v1.15.2 /go.mod h1:c6SN+7jSsUcKJLQc5P4yhwx8YYDRbjpAiGkBOTqxaa4 =
126126github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
127127github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
128128github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040 =
You can’t perform that action at this time.
0 commit comments