Skip to content

Commit

Permalink
build: use Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Sep 2, 2023
1 parent 4ec7c48 commit 59d461c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stages:

run tests:
stage: tests
image: golang:1.20-alpine
image: golang:1.21-alpine
cache:
- key:
files:
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
inherit system;
};
nodejs = pkgs.nodejs-18_x;
go = pkgs.go_1_20;
go = pkgs.go_1_21;
frontend = pkgs.buildNpmPackage.override { inherit nodejs; } {
name = "akvorado-frontend";
src = ./console/frontend;
Expand Down

0 comments on commit 59d461c

Please sign in to comment.