Skip to content

Commit

Permalink
Update Go actions to v5 and remove legacy release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhminhtriet committed Nov 10, 2024
1 parent f387366 commit d27476d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23

Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit d27476d

Please sign in to comment.