File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 pull_request :
1313
1414env :
15- GO_VERSION : 1.25.4
16- GO_LANGCI_LINT_VERSION : v2.6.1
17- GO_TESTSUM_VERSION : 1.12.3
15+ GO_VERSION : 1.25
16+ GO_LANGCI_LINT_VERSION : v2.6.2
17+ GO_TESTSUM_VERSION : 1.13.0
1818
1919jobs :
2020 test :
Original file line number Diff line number Diff line change 11module github.com/aserto-dev/runtime/example
22
3- go 1.25.5
3+ go 1.25
44
55replace github.com/aserto-dev/runtime => ../
66
Original file line number Diff line number Diff line change 11module github.com/aserto-dev/runtime
22
3- go 1.24.11
4-
5- toolchain go1.25.5
3+ go 1.25
64
75require (
86 github.com/aserto-dev/logger v0.0.9
Original file line number Diff line number Diff line change 1- go 1.25.5
1+ go 1.25
22
33use (
44 .
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ EXT_TMP_DIR := ${EXT_DIR}/tmp
1717GO_VER := 1.25
1818SVU_VER := 3.3.0
1919GOTESTSUM_VER := 1.13.0
20- GOLANGCI-LINT_VER := 2.6.1
20+ GOLANGCI-LINT_VER := 2.6.2
2121
2222RELEASE_TAG := $$(${EXT_BIN_DIR}/svu current )
2323
You can’t perform that action at this time.
0 commit comments