Skip to content

Commit

Permalink
fix: change workflow go version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
RayHuangCN committed Dec 18, 2020
1 parent a9db118 commit b0f725a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15

- name: Check out code
uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15

- name: Check out code
uses: actions/checkout@v2
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15

- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit b0f725a

Please sign in to comment.