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