1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-17 15:08:27 +00:00

nix flake use go1.25 (#35288)

This commit is contained in:
techknowlogick
2025-08-15 14:47:39 -04:00
committed by GitHub
parent 1740d36581
commit 5cca69517d
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1755027561,
"narHash": "sha256-IVft239Bc8p8Dtvf7UAACMG5P3ZV+3/aO28gXpGtMXI=",
"lastModified": 1755186698,
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "005433b926e16227259a1843015b5b2b7f7d1fc3",
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c",
"type": "github"
},
"original": {

View File

@@ -15,7 +15,7 @@
with pkgs;
let
# only bump toolchain versions here
go = go_1_24;
go = go_1_25;
nodejs = nodejs_24;
python3 = python312;