diff --git a/.go-version b/.go-version index a6c2798..5bb76b5 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.0 +1.25.3 diff --git a/go.mod b/go.mod index ea8c991..45bc3d1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ivuorinen/go-test-sarif-action -go 1.24.1 +go 1.25.3 require github.com/owenrumney/go-sarif/v2 v2.3.3