Skip to content

Commit

Permalink
Fix workflows (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavinraja-G authored Sep 9, 2023
1 parent 3fdbfb4 commit 5dfa0bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

# Sets up Go environment with specific version
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v1
with:
go-version: 1.20

# Runs goreleaser
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 5dfa0bd

Please sign in to comment.