mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: update Go 1.22 to 1.23
This commit is contained in:
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@@ -21,7 +21,7 @@ inputs:
|
||||
description: Go version to install
|
||||
type: string
|
||||
required: false
|
||||
default: '1.22'
|
||||
default: '1.23'
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
|
||||
@@ -5,7 +5,7 @@ stages:
|
||||
|
||||
run tests:
|
||||
stage: tests
|
||||
image: golang:1.22-alpine
|
||||
image: golang:1.23-alpine
|
||||
cache:
|
||||
- key:
|
||||
files:
|
||||
|
||||
6
flake.lock
generated
6
flake.lock
generated
@@ -37,11 +37,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1722640603,
|
||||
"narHash": "sha256-TcXjLVNd3VeH1qKPH335Tc4RbFDbZQX+d7rqnDUoRaY=",
|
||||
"lastModified": 1723221148,
|
||||
"narHash": "sha256-7pjpeQlZUNQ4eeVntytU3jkw9dFK3k1Htgk2iuXjaD8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "81610abc161d4021b29199aa464d6a1a521e0cc9",
|
||||
"rev": "154bcb95ad51bc257c2ce4043a725de6ca700ef6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
Reference in New Issue
Block a user