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

upgrade .github/workflows and documentation

* update all .github/workflows/ to use the latest version of
    actions and the go versions accordingly.
    (Only some github actions use a floating tag for the major version.)
  * reduce places where the go versions are hardcoded:
      * refEr to docs/Development.md from README.md
      * use `go.mod` from itest.yml.
This commit is contained in:
Bernhard Reiter 2025-10-23 12:42:36 +02:00
parent f046ade489
commit fc012fa820
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554
7 changed files with 22 additions and 18 deletions

View file

@ -3,7 +3,7 @@
## Supported Go versions
We support the latest version and the one before
the latest version of Go (currently 1.23 and 1.24).
the latest version of Go (currently 1.24 and 1.25).
## Generated files