diff --git a/.repver b/.repver index 13328f8..c1e7d27 100644 --- a/.repver +++ b/.repver @@ -8,7 +8,7 @@ commands: targets: - path: "go.mod" pattern: "^go (?P.*) // GOVERSION$" - transform: "{{major}}.{{minor}}" + transform: "{{major}}.{{minor}}.0" - path: ".github/workflows/build-go.yml" pattern: "^ go-version: '(?P.*)' # GOVERSION$" - path: ".github/workflows/go-pages-deploy.yml" diff --git a/go.mod b/go.mod index 01a0656..923bdbf 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/UnitVectorY-Labs/notes -go 1.26 // GOVERSION +go 1.26.0 // GOVERSION require gopkg.in/yaml.v3 v3.0.1