Skip to content

Commit

Permalink
Merge pull request csaf-poc#573 from csaf-poc/go122
Browse files Browse the repository at this point in the history
Upgrade to go v1.22
  • Loading branch information
JanHoefelmeyer authored Sep 26, 2024
2 parents c148a18 + f36c96e commit a70a04e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.0
go-version: 1.22.0

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Download the binaries from the most recent release assets on Github.

### Build from sources

- A recent version of **Go** (1.21+) should be installed. [Go installation](https://go.dev/doc/install)
- A recent version of **Go** (1.22+) should be installed. [Go installation](https://go.dev/doc/install)

- Clone the repository `git clone https://github.com/csaf-poc/csaf_distribution.git `

Expand Down
2 changes: 1 addition & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.21).
the latest version of Go (currently 1.22 and 1.23).

## Generated files

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/csaf-poc/csaf_distribution/v3

go 1.21
go 1.22

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit a70a04e

Please sign in to comment.