From a1158e1ed2a81d00b35a567b418df0873cfac5cc Mon Sep 17 00:00:00 2001 From: Anup Chenthamarakshan Date: Sun, 9 Jun 2024 23:22:25 -0700 Subject: [PATCH] Bump to min version 1.22 (#118) automatically merged --- .github/workflows/cron.yml | 4 ++-- .github/workflows/cron_uboot.yml | 4 ++-- .github/workflows/merge.yml | 4 ++-- .github/workflows/pull.yml | 4 ++-- .github/workflows/testboot.yml | 4 ++-- go.mod | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index da0162a..ef076f8 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -16,8 +16,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - # Run on the latest minor release of Go 1.20: - go-version: ~1.20 + # Run on the latest minor release of Go 1.22: + go-version: ~1.22 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/cron_uboot.yml b/.github/workflows/cron_uboot.yml index 03a771e..117edeb 100644 --- a/.github/workflows/cron_uboot.yml +++ b/.github/workflows/cron_uboot.yml @@ -16,8 +16,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - # Run on the latest minor release of Go 1.20: - go-version: ~1.20 + # Run on the latest minor release of Go 1.22: + go-version: ~1.22 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 2c3017c..da3d7ad 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -16,8 +16,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - # Run on the latest minor release of Go 1.20: - go-version: ~1.20 + # Run on the latest minor release of Go 1.22: + go-version: ~1.22 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index aa2fc7a..1886677 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -14,8 +14,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - # Run on the latest minor release of Go 1.20: - go-version: ~1.20 + # Run on the latest minor release of Go 1.22: + go-version: ~1.22 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/testboot.yml b/.github/workflows/testboot.yml index 7aeb9ce..b607258 100644 --- a/.github/workflows/testboot.yml +++ b/.github/workflows/testboot.yml @@ -16,8 +16,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - # Run on the latest minor release of Go 1.20: - go-version: ~1.20 + # Run on the latest minor release of Go 1.22: + go-version: ~1.22 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index a02408d..c5d2fc0 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/anupcshan/gokrazy-rock64-kernel -go 1.17 +go 1.22