Skip to content

Commit

Permalink
downgrade go version in workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
seeflood committed Dec 21, 2021
1 parent fbfdb5c commit dcb2a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# If you want to matrix build , you can append the following list.
matrix:
go_version:
- 1.15
- 1.14.13
os:
- ubuntu-latest

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.14.13

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

0 comments on commit dcb2a22

Please sign in to comment.