Skip to content

Commit

Permalink
Merge pull request #5 from openziti/update-setup-go-action
Browse files Browse the repository at this point in the history
update to latest setup-go action
  • Loading branch information
plorenz authored Oct 12, 2022
2 parents ddd7315 + 5ab34c3 commit 0de761e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
persist-credentials: false

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.19.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.19.x'

Expand Down

0 comments on commit 0de761e

Please sign in to comment.