mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(actions): use latest Go version
This commit is contained in:
committed by
github-actions[bot]
parent
0601ae5234
commit
a5256fc6c9
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.22.4
|
||||
go-version: 1.22.5
|
||||
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.22.4
|
||||
go-version: 1.22.5
|
||||
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.22.4
|
||||
go-version: 1.22.5
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.4
|
||||
go-version: 1.22.5
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.4
|
||||
go-version: 1.22.5
|
||||
cache: false
|
||||
|
||||
- name: Format Go code
|
||||
@@ -299,7 +299,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.4
|
||||
go-version: 1.22.5
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -375,7 +375,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.4
|
||||
go-version: 1.22.5
|
||||
cache: false
|
||||
|
||||
- name: Cache Go
|
||||
|
||||
Reference in New Issue
Block a user