Skip to content

Commit

Permalink
Merge pull request #4 from jenkins-zh/dependabot-github_actions-actio…
Browse files Browse the repository at this point in the history
…ns-setup-go-v2.1.3

Bump actions/setup-go from v1 to v2.1.3
  • Loading branch information
LinuxSuRen authored Nov 27, 2020
2 parents ae34541 + 73037e5 commit 573b566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-10.15
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
uses: actions/setup-go@v2.1.3
with:
go-version: 1.13
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2.1.3
with:
go-version: 1.13.x
- name: Run GoReleaser
Expand Down

0 comments on commit 573b566

Please sign in to comment.