1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-20 02:57:05 +00:00

chore: Build with Go 1.24 (#568)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2025-05-08 20:41:54 -07:00
committed by GitHub
parent f6d00dfcb2
commit b99cf9b6dc
5 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,6 @@
{ pkgs ? import <nixpkgs> { } }:
{
pkgs ? import <nixpkgs> { },
}:
let
scripts = {
# Quick test script.
@@ -22,7 +24,7 @@ pkgs.mkShell {
elmPackages.elm-json
elmPackages.elm-language-server
elmPackages.elm-test
go_1_21
go_1_24
golangci-lint
golint
gopls