Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vpday authored Aug 23, 2024
1 parent f6c72ba commit e4fbfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: ^1.21
- name: Get Version
run: |
VERSION=$(CGO_ENABLED=0 GOOS=$(go env GOHOSTOS) GOARCH=$(go env GOHOSTARCH) go run ./cmd/internal/read_tag)
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: ^1.21

- name: Get Version
run: |
Expand Down

0 comments on commit e4fbfa1

Please sign in to comment.