Skip to content

Commit

Permalink
Update go setup and goreleaser GH actions (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
akajla09 authored Jul 11, 2023
1 parent bb8707a commit b042b81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go Env
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "^1.20.4"
- name: Checkout
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build apirunner binary
run: make -C cmd/apirunner build
- name: GoReleaser Check
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go Env
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "^1.20.4"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release with GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit b042b81

Please sign in to comment.