From e84fa68e75da5af88a26b352e14946e5858e0983 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Wed, 16 Aug 2023 11:02:28 -0500 Subject: [PATCH] Update Go to v1.21.0 (#99) --- .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 34809e4..c0e4070 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.20.7 + go-version: 1.21.0 - name: Check out code into the Go module directory uses: actions/checkout@v3 diff --git a/.github/workflows/pre-main.yml b/.github/workflows/pre-main.yml index 42a9e6e..9a4374c 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@v4 with: - go-version: 1.20.7 + go-version: 1.21.0 - name: Check out code into the Go module directory uses: actions/checkout@v3 diff --git a/README.md b/README.md index 56c9ab4..9ee603d 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.20 +[GoLang](https://golang.org/dl/)|1.21 [golangci-lint](https://golangci-lint.run/usage/install/)|1.53.3 ## Modifying the claim schema diff --git a/go.mod b/go.mod index ea7887c..ae6cc40 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/test-network-function/test-network-function-claim -go 1.20 +go 1.21 require ( github.com/a-h/generate v0.0.0-20220105161013-96c14dfdfb60