From fc921be75ccf1a5bf96921ea192bce0905892534 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Thu, 7 Mar 2024 08:31:17 -0600 Subject: [PATCH] Update Go to v1.22 (#116) --- .github/workflows/merge.yml | 2 +- .github/workflows/pre-main.yml | 2 +- README.md | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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