diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ce2c638..28a34b9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ name: Lint env: - GO_VERSION: '1.20' + GO_VERSION: '1.22' on: push: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aebc484..ad2fac7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Test env: - GO_VERSION: '1.20' + GO_VERSION: '1.22' on: push: diff --git a/go.mod b/go.mod index 335aa52..3f821f5 100644 --- a/go.mod +++ b/go.mod @@ -25,7 +25,7 @@ // module github.com/Cray-HPE/gru -go 1.20 +go 1.22 require ( github.com/spf13/cobra v1.8.1