Skip to content

Commit

Permalink
Merge branch 'master' into bump-actions-setup-go-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 15, 2023
2 parents c7c1d4a + aa422f5 commit f90dc5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
Expand All @@ -34,7 +34,7 @@ jobs:
GOARCH: "386"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup Go
uses: actions/setup-go@v4
with:
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit f90dc5a

Please sign in to comment.