Skip to content

Commit

Permalink
Merge pull request #33 from mpostument/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-v2.1.3

Update actions/setup-go requirement to v2.1.3
  • Loading branch information
mpostument authored Oct 5, 2020
2 parents 612cc74 + 44bd83c commit 4e94bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Setup Go environment
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
-
Expand Down

0 comments on commit 4e94bab

Please sign in to comment.