mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(actions): use latest Go version (#3441)
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.7
|
||||
go-version: 1.17.0
|
||||
|
||||
- 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.7
|
||||
go-version: 1.17.0
|
||||
|
||||
- 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.7
|
||||
go-version: 1.17.0
|
||||
|
||||
- name: Cache Go modules
|
||||
id: cache-go-modules
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.7
|
||||
go-version: 1.17.0
|
||||
|
||||
- name: Cache Go modules
|
||||
id: cache-go-modules
|
||||
@@ -147,7 +147,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.7
|
||||
go-version: 1.17.0
|
||||
|
||||
- name: Format Go code
|
||||
run: make format-go
|
||||
@@ -281,7 +281,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.7
|
||||
go-version: 1.17.0
|
||||
|
||||
- name: Cache Go modules
|
||||
id: cache-go-modules
|
||||
@@ -386,7 +386,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.7
|
||||
go-version: 1.17.0
|
||||
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
|
||||
Reference in New Issue
Block a user