Skip to content

Commit

Permalink
Merge pull request #19 from embano1/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-3
  • Loading branch information
embano1 committed Jul 6, 2022
2 parents 75b790c + e184608 commit a8d6569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yaml
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17

Expand Down

0 comments on commit a8d6569

Please sign in to comment.