mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
update go version to 1.23
This commit is contained in:
parent
6e02de974e
commit
a4a90f4f92
3 changed files with 5 additions and 5 deletions
6
.github/workflows/itest.yml
vendored
6
.github/workflows/itest.yml
vendored
|
|
@ -7,9 +7,9 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.0
|
||||
go-version: '^1.23.6'
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
node-version: 16
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Execute the scripts
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ Download the binaries from the most recent release assets on Github.
|
|||
|
||||
### Build from sources
|
||||
|
||||
- A recent version of **Go** (1.22+) should be installed. [Go installation](https://go.dev/doc/install)
|
||||
- A recent version of **Go** (1.23+) should be installed. [Go installation](https://go.dev/doc/install)
|
||||
|
||||
- Clone the repository `git clone https://github.com/gocsaf/csaf.git `
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
## Supported Go versions
|
||||
|
||||
We support the latest version and the one before
|
||||
the latest version of Go (currently 1.22 and 1.23).
|
||||
the latest version of Go (currently 1.23 and 1.24).
|
||||
|
||||
## Generated files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue