mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
chore(deps): update dependency go to v1.26.3
This commit is contained in:
committed by
Łukasz Mierzwa
parent
7eceff5ce5
commit
6b26be7a68
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@v6
|
||||
with:
|
||||
go-version: 1.26.2
|
||||
go-version: 1.26.3
|
||||
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@v6
|
||||
with:
|
||||
go-version: 1.26.2
|
||||
go-version: 1.26.3
|
||||
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@v6
|
||||
with:
|
||||
go-version: 1.26.2
|
||||
go-version: 1.26.3
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.26.2
|
||||
go-version: 1.26.3
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -174,7 +174,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.26.2
|
||||
go-version: 1.26.3
|
||||
cache: false
|
||||
|
||||
- name: Format Go code
|
||||
@@ -302,7 +302,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.26.2
|
||||
go-version: 1.26.3
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
@@ -343,7 +343,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.26.2
|
||||
go-version: 1.26.3
|
||||
cache: false
|
||||
|
||||
- name: Cache Go
|
||||
|
||||
Reference in New Issue
Block a user