Skip to content

Commit

Permalink
ci(server): update action dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx authored Jun 30, 2023
1 parent 407e524 commit 6a21440
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: '1.20'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
args: release --rm-dist ${{ env.SNAPSHOT }}
workdir: server
Expand Down

0 comments on commit 6a21440

Please sign in to comment.