Skip to content

Commit

Permalink
Merge pull request #18 from poroping/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-3
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
2 parents 5ac53bb + 14ec801 commit 732409c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.14
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v3
with:
go-version: '1.15'
id: go
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v3
with:
go-version: '1.15'
id: go
Expand Down

0 comments on commit 732409c

Please sign in to comment.