Skip to content

Commit

Permalink
chore(ci): s/\(Setup\|Install\) Go/Set up Go/
Browse files Browse the repository at this point in the history
  • Loading branch information
tie committed May 28, 2022
1 parent f187c0a commit 66375ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Setup Go
- name: Set up Go
uses: actions/setup-go@v3.2.0
with:
go-version-file: .go-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Install Go
- name: Set up Go
uses: actions/setup-go@v3.2.0
with:
go-version-file: .go-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Install Go
- name: Set up Go
uses: actions/setup-go@v3.2.0
with:
go-version-file: .go-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Install Go
- name: Set up Go
uses: actions/setup-go@v3.2.0
with:
go-version-file: .go-version
Expand Down

0 comments on commit 66375ac

Please sign in to comment.