mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: switch to Go 1.24
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.23'
|
||||
default: '1.24'
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
|
||||
@@ -5,7 +5,7 @@ stages:
|
||||
|
||||
run tests:
|
||||
stage: tests
|
||||
image: golang:1.23-alpine
|
||||
image: golang:1.24-alpine
|
||||
cache:
|
||||
- key:
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user