Skip to content
Snippets Groups Projects
Verified Commit b721b3d4 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update go

parent fe8dd932
Branches master
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
description = "Version is a program that automates and simplifies the process of incrementing version numbers for software projects."; description = "Version is a program that automates and simplifies the process of incrementing version numbers for software projects.";
# Nixpkgs / NixOS version to use. # Nixpkgs / NixOS version to use.
inputs.nixpkgs.url = "nixpkgs/nixos-23.11"; inputs.nixpkgs.url = "nixpkgs/nixos-24.11";
outputs = { outputs = {
self, self,
......
module gitlab.schukai.com/oss/utilities/version module gitlab.schukai.com/oss/utilities/version
go 1.21 go 1.23
require ( require (
github.com/Masterminds/semver v1.5.0 github.com/Masterminds/semver v1.5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment