mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
build: test build on Go 1.24 and 1.25
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -159,7 +159,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ '1.24' ]
|
||||
go-version:
|
||||
- '1.24'
|
||||
- '1.25'
|
||||
needs:
|
||||
- dependabot
|
||||
if: needs.dependabot.outputs.package-ecosystem != 'npm_and_yarn'
|
||||
|
||||
Reference in New Issue
Block a user