Skip to content

Commit

Permalink
Merge pull request #55 from go-git/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

build: bump actions/setup-go from 3 to 5
pjbgf authored Apr 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0394f62 + a282928 commit a40e890
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
2 changes: 1 addition & 1 deletion .github/workflows/test_js.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

2 changes: 1 addition & 1 deletion .github/workflows/test_wasip1.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

0 comments on commit a40e890

Please sign in to comment.