diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d943e97..06e055a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21.7 + go-version: 1.22.1 - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/.github/workflows/pre-main.yml b/.github/workflows/pre-main.yml index 78cc4ee..f85504f 100644 --- a/.github/workflows/pre-main.yml +++ b/.github/workflows/pre-main.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21.7 + go-version: 1.22.1 - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/README.md b/README.md index 0a3d147..5c52f8c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa Dependency|Minimum Version ---|--- -[GoLang](https://golang.org/dl/)|1.21 +[GoLang](https://golang.org/dl/)|1.22 [golangci-lint](https://golangci-lint.run/usage/install/)|1.56.2 ## Modifying the claim schema diff --git a/go.mod b/go.mod index 51efccb..13a6833 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/test-network-function/test-network-function-claim -go 1.21.7 +go 1.22.1 require ( github.com/a-h/generate v0.0.0-20220105161013-96c14dfdfb60