mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Merge pull request #5753 from prymitive/version-sync-go
chore(actions): use latest Go version
This commit is contained in:
2
.github/workflows/go-maintenance.yml
vendored
2
.github/workflows/go-maintenance.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21.6
|
||||
go-version: 1.22.0
|
||||
cache: false
|
||||
|
||||
- name: Mock web assets
|
||||
|
||||
2
.github/workflows/go-mod-tidy.yml
vendored
2
.github/workflows/go-mod-tidy.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21.6
|
||||
go-version: 1.22.0
|
||||
cache: false
|
||||
|
||||
- name: Run go mod tidy
|
||||
|
||||
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21.6
|
||||
go-version: 1.22.0
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21.6
|
||||
go-version: 1.22.0
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21.6
|
||||
go-version: 1.22.0
|
||||
cache: false
|
||||
|
||||
- name: Format Go code
|
||||
@@ -301,7 +301,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21.6
|
||||
go-version: 1.22.0
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -377,7 +377,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21.6
|
||||
go-version: 1.22.0
|
||||
cache: false
|
||||
|
||||
- name: Cache Go
|
||||
|
||||
Reference in New Issue
Block a user