Skip to content

Commit

Permalink
update ci settings (#18)
Browse files Browse the repository at this point in the history
* update ci settings

* fix version
  • Loading branch information
hirosassa authored Nov 6, 2023
1 parent 8ca8d39 commit 5f655bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"

Expand All @@ -23,7 +23,7 @@ jobs:
# private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"

- uses: aquaproj/aqua-installer@v1.0.0
- uses: aquaproj/aqua-installer@v2.1.2
with:
aqua_version: v1.3.0
aqua_version: v2.10.1

- uses: suzuki-shunsuke/[email protected].3
- uses: suzuki-shunsuke/[email protected].4
- name: Test
run: go test -v -race ./...

0 comments on commit 5f655bf

Please sign in to comment.