1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Chance supported minimal Go version back to 1.20 (#514)

This commit is contained in:
Sascha L. Teichmann 2023-11-28 10:37:16 +01:00 committed by GitHub
parent 2fe836bed7
commit 91ab7f6b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 40 additions and 31 deletions

View file

@ -11,10 +11,11 @@ package main
import (
"context"
"log/slog"
"os"
"os/signal"
"golang.org/x/exp/slog"
"github.com/csaf-poc/csaf_distribution/v3/internal/options"
)