Skip to content

Commit

Permalink
Merge pull request #65 from smlx/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-3

chore(deps): bump actions/setup-go from 2 to 3
  • Loading branch information
smlx committed Apr 11, 2022
2 parents dad4df5 + 8030803 commit 1b69c4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Set up go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "^1.15"
- name: Calculate coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "^1.15"
- name: Install ccv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Set up go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "^1.15"
- name: Run tests
Expand Down

0 comments on commit 1b69c4e

Please sign in to comment.