mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(actions): use latest Go version (#3340)
This commit is contained in:
2
.github/workflows/go-maintenance.yml
vendored
2
.github/workflows/go-maintenance.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.16.6
|
||||
|
||||
- name: Mock web assets
|
||||
run: make mock-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@v2
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.16.6
|
||||
|
||||
- name: Run go mod tidy
|
||||
run: |
|
||||
|
||||
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.16.6
|
||||
|
||||
- name: Cache Go modules
|
||||
id: cache-go-modules
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.16.6
|
||||
|
||||
- name: Cache Go modules
|
||||
id: cache-go-modules
|
||||
@@ -173,7 +173,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.16.6
|
||||
|
||||
- name: Format Go code
|
||||
run: make format-go
|
||||
@@ -320,7 +320,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.16.6
|
||||
|
||||
- name: Cache Go modules
|
||||
id: cache-go-modules
|
||||
@@ -454,7 +454,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.16.6
|
||||
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
|
||||
Reference in New Issue
Block a user