Bump to min version 1.22 (#118)

automatically merged
This commit is contained in:
Anup Chenthamarakshan 2024-06-09 23:22:25 -07:00 committed by GitHub
parent 4ecc2948a8
commit a1158e1ed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/anupcshan/gokrazy-rock64-kernel
go 1.17
go 1.22